#cd3602
a dark, electric orange · warm · closest name: tomato
RGB
205, 54, 2
HSL
15°, 98%, 41%
CMYK
0, 74, 99, 20
Luminance
0.1562
Every format
| HEX | #cd3602 |
| RGB | rgb(205, 54, 2) |
| HSL | hsl(15, 98%, 41%) |
| CMYK | cmyk(0%, 74%, 99%, 20%) |
| LAB | lab(46.5 57.4 58.0) |
| LCH | lch(46.5 81.5 45.3) |
| OKLCH | oklch(0.560 0.194 35.3) |
Copy-ready code
/* CSS */
color: #cd3602;
background-color: #cd3602;
/* Tailwind (arbitrary) */
class="text-[#cd3602] bg-[#cd3602]"
/* SCSS */
$brand: #cd3602;
/* SwiftUI */
Color(red: 0.804, green: 0.212, blue: 0.008)
/* Android */
Color.parseColor("#cd3602")Accessibility — WCAG contrast
Aa
#cd3602 on white: 5.09:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#cd3602 on black: 4.12:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green21.2%
Blue0.8%
CMYK percentages
Cyan0.0%
Magenta73.7%
Yellow99.0%
Key (black)19.6%
Color previews
#cd3602 text on a black background
contrast 4.12:1
Card sample
#cd3602 text on a white background
contrast 5.09:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cd3602;
Background color
Panel with #cd3602 background
background-color: #cd3602;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cd3602;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 54, 2, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 54, 2, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cd3602; background: linear-gradient(135deg, #cd3602, #CDBE02);