#cf6902
a dark, electric orange · warm · closest name: chocolate
RGB
207, 105, 2
HSL
30°, 98%, 41%
CMYK
0, 49, 99, 19
Luminance
0.2337
Every format
| HEX | #cf6902 |
| RGB | rgb(207, 105, 2) |
| HSL | hsl(30, 98%, 41%) |
| CMYK | cmyk(0%, 49%, 99%, 19%) |
| LAB | lab(55.5 35.4 63.1) |
| LCH | lch(55.5 72.4 60.7) |
| OKLCH | oklch(0.629 0.157 54.0) |
Copy-ready code
/* CSS */
color: #cf6902;
background-color: #cf6902;
/* Tailwind (arbitrary) */
class="text-[#cf6902] bg-[#cf6902]"
/* SCSS */
$brand: #cf6902;
/* SwiftUI */
Color(red: 0.812, green: 0.412, blue: 0.008)
/* Android */
Color.parseColor("#cf6902")Accessibility — WCAG contrast
Aa
#cf6902 on white: 3.70:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#cf6902 on black: 5.67:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green41.2%
Blue0.8%
CMYK percentages
Cyan0.0%
Magenta49.3%
Yellow99.0%
Key (black)18.8%
Color previews
#cf6902 text on a black background
contrast 5.67:1
Card sample
#cf6902 text on a white background
contrast 3.70:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cf6902;
Background color
Panel with #cf6902 background
background-color: #cf6902;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cf6902;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 105, 2, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 105, 2, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cf6902; background: linear-gradient(135deg, #cf6902, #ADCF02);