#cd3d0b
a dark, electric orange · warm · closest name: tomato
RGB
205, 61, 11
HSL
16°, 90%, 42%
CMYK
0, 70, 95, 20
Luminance
0.1634
Every format
| HEX | #cd3d0b |
| RGB | rgb(205, 61, 11) |
| HSL | hsl(16, 90%, 42%) |
| CMYK | cmyk(0%, 70%, 95%, 20%) |
| LAB | lab(47.4 54.9 56.1) |
| LCH | lch(47.4 78.5 45.6) |
| OKLCH | oklch(0.568 0.188 36.3) |
Copy-ready code
/* CSS */
color: #cd3d0b;
background-color: #cd3d0b;
/* Tailwind (arbitrary) */
class="text-[#cd3d0b] bg-[#cd3d0b]"
/* SCSS */
$brand: #cd3d0b;
/* SwiftUI */
Color(red: 0.804, green: 0.239, blue: 0.043)
/* Android */
Color.parseColor("#cd3d0b")Accessibility — WCAG contrast
Aa
#cd3d0b on white: 4.92:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#cd3d0b on black: 4.27:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green23.9%
Blue4.3%
CMYK percentages
Cyan0.0%
Magenta70.2%
Yellow94.6%
Key (black)19.6%
Color previews
#cd3d0b text on a black background
contrast 4.27:1
Card sample
#cd3d0b text on a white background
contrast 4.92:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cd3d0b;
Background color
Panel with #cd3d0b background
background-color: #cd3d0b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cd3d0b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 61, 11, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 61, 11, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cd3d0b; background: linear-gradient(135deg, #cd3d0b, #CDBF0B);