#cf662f
a balanced, vivid orange · warm · closest name: chocolate
RGB
207, 102, 47
HSL
21°, 63%, 50%
CMYK
0, 51, 77, 19
Luminance
0.2297
Every format
| HEX | #cf662f |
| RGB | rgb(207, 102, 47) |
| HSL | hsl(21, 63%, 50%) |
| CMYK | cmyk(0%, 51%, 77%, 19%) |
| LAB | lab(55.0 37.9 48.6) |
| LCH | lch(55.0 61.6 52.0) |
| OKLCH | oklch(0.627 0.149 45.6) |
Copy-ready code
/* CSS */
color: #cf662f;
background-color: #cf662f;
/* Tailwind (arbitrary) */
class="text-[#cf662f] bg-[#cf662f]"
/* SCSS */
$brand: #cf662f;
/* SwiftUI */
Color(red: 0.812, green: 0.400, blue: 0.184)
/* Android */
Color.parseColor("#cf662f")Accessibility — WCAG contrast
Aa
#cf662f on white: 3.75:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#cf662f on black: 5.59:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green40.0%
Blue18.4%
CMYK percentages
Cyan0.0%
Magenta50.7%
Yellow77.3%
Key (black)18.8%
Color previews
#cf662f text on a black background
contrast 5.59:1
Card sample
#cf662f text on a white background
contrast 3.75:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cf662f;
Background color
Panel with #cf662f background
background-color: #cf662f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cf662f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 102, 47, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 102, 47, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cf662f; background: linear-gradient(135deg, #cf662f, #CDCF2F);