#cf602c
a balanced, vivid orange · warm · closest name: chocolate
RGB
207, 96, 44
HSL
19°, 65%, 49%
CMYK
0, 54, 79, 19
Luminance
0.2181
Every format
| HEX | #cf602c |
| RGB | rgb(207, 96, 44) |
| HSL | hsl(19, 65%, 49%) |
| CMYK | cmyk(0%, 54%, 79%, 19%) |
| LAB | lab(53.8 40.8 48.8) |
| LCH | lch(53.8 63.6 50.1) |
| OKLCH | oklch(0.617 0.155 43.3) |
Copy-ready code
/* CSS */
color: #cf602c;
background-color: #cf602c;
/* Tailwind (arbitrary) */
class="text-[#cf602c] bg-[#cf602c]"
/* SCSS */
$brand: #cf602c;
/* SwiftUI */
Color(red: 0.812, green: 0.376, blue: 0.173)
/* Android */
Color.parseColor("#cf602c")Accessibility — WCAG contrast
Aa
#cf602c on white: 3.92:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#cf602c on black: 5.36:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green37.6%
Blue17.3%
CMYK percentages
Cyan0.0%
Magenta53.6%
Yellow78.7%
Key (black)18.8%
Color previews
#cf602c text on a black background
contrast 5.36:1
Card sample
#cf602c text on a white background
contrast 3.92:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cf602c;
Background color
Panel with #cf602c background
background-color: #cf602c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cf602c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 96, 44, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 96, 44, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cf602c; background: linear-gradient(135deg, #cf602c, #CFCC2C);