#cb2d02
a dark, electric red · warm · closest name: tomato
RGB
203, 45, 2
HSL
13°, 98%, 40%
CMYK
0, 78, 99, 20
Luminance
0.1458
Every format
| HEX | #cb2d02 |
| RGB | rgb(203, 45, 2) |
| HSL | hsl(13, 98%, 40%) |
| CMYK | cmyk(0%, 78%, 99%, 20%) |
| LAB | lab(45.1 59.6 57.1) |
| LCH | lch(45.1 82.5 43.7) |
| OKLCH | oklch(0.549 0.199 33.6) |
Copy-ready code
/* CSS */
color: #cb2d02;
background-color: #cb2d02;
/* Tailwind (arbitrary) */
class="text-[#cb2d02] bg-[#cb2d02]"
/* SCSS */
$brand: #cb2d02;
/* SwiftUI */
Color(red: 0.796, green: 0.176, blue: 0.008)
/* Android */
Color.parseColor("#cb2d02")Accessibility — WCAG contrast
Aa
#cb2d02 on white: 5.36:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#cb2d02 on black: 3.92:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.6%
Green17.6%
Blue0.8%
CMYK percentages
Cyan0.0%
Magenta77.8%
Yellow99.0%
Key (black)20.4%
Color previews
#cb2d02 text on a black background
contrast 3.92:1
Card sample
#cb2d02 text on a white background
contrast 5.36:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cb2d02;
Background color
Panel with #cb2d02 background
background-color: #cb2d02;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cb2d02;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(203, 45, 2, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(203, 45, 2, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cb2d02; background: linear-gradient(135deg, #cb2d02, #CBB302);