Signal
#cc0002
Looking for the precise values behind Signal (#cc0002)? This page breaks it down into every color format designers and developers actually use.
Color values
| HEX | #cc0002 | |
|---|---|---|
| RGB | rgb(204, 0, 2) | |
| HSL | hsl(359, 100%, 40%) | |
| CMYK | cmyk(0%, 100%, 99%, 20%) | |
| LAB | lab(43, 68, 58) | |
| OKLCH | oklch(0.53 0.218 29) |
Color harmonies
Tints & shades
Code snippets
color: #cc0002;
background-color: #cc0002;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-red-500 /* ≈ #fb2c36 */
/* Flutter */
Color(0xFFCC0002)
/* Swift / UIKit */
UIColor(red: 0.80, green: 0.00, blue: 0.01, alpha: 1.0)