#cf6002
a dark, electric orange · warm · closest name: chocolate
RGB
207, 96, 2
HSL
28°, 98%, 41%
CMYK
0, 54, 99, 19
Luminance
0.2164
Every format
| HEX | #cf6002 |
| RGB | rgb(207, 96, 2) |
| HSL | hsl(28, 98%, 41%) |
| CMYK | cmyk(0%, 54%, 99%, 19%) |
| LAB | lab(53.6 40.0 62.0) |
| LCH | lch(53.6 73.8 57.2) |
| OKLCH | oklch(0.615 0.163 49.6) |
Copy-ready code
/* CSS */
color: #cf6002;
background-color: #cf6002;
/* Tailwind (arbitrary) */
class="text-[#cf6002] bg-[#cf6002]"
/* SCSS */
$brand: #cf6002;
/* SwiftUI */
Color(red: 0.812, green: 0.376, blue: 0.008)
/* Android */
Color.parseColor("#cf6002")Accessibility — WCAG contrast
Aa
#cf6002 on white: 3.94:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#cf6002 on black: 5.33:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green37.6%
Blue0.8%
CMYK percentages
Cyan0.0%
Magenta53.6%
Yellow99.0%
Key (black)18.8%
Color previews
#cf6002 text on a black background
contrast 5.33:1
Card sample
#cf6002 text on a white background
contrast 3.94:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cf6002;
Background color
Panel with #cf6002 background
background-color: #cf6002;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cf6002;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 96, 2, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 96, 2, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cf6002; background: linear-gradient(135deg, #cf6002, #B5CF02);