#cf622c
a balanced, vivid orange · warm · closest name: chocolate
RGB
207, 98, 44
HSL
20°, 65%, 49%
CMYK
0, 53, 79, 19
Luminance
0.2218
Every format
| HEX | #cf622c |
| RGB | rgb(207, 98, 44) |
| HSL | hsl(20, 65%, 49%) |
| CMYK | cmyk(0%, 53%, 79%, 19%) |
| LAB | lab(54.2 39.8 49.2) |
| LCH | lch(54.2 63.3 51.0) |
| OKLCH | oklch(0.620 0.153 44.3) |
Copy-ready code
/* CSS */
color: #cf622c;
background-color: #cf622c;
/* Tailwind (arbitrary) */
class="text-[#cf622c] bg-[#cf622c]"
/* SCSS */
$brand: #cf622c;
/* SwiftUI */
Color(red: 0.812, green: 0.384, blue: 0.173)
/* Android */
Color.parseColor("#cf622c")Accessibility — WCAG contrast
Aa
#cf622c on white: 3.86:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#cf622c on black: 5.44:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green38.4%
Blue17.3%
CMYK percentages
Cyan0.0%
Magenta52.7%
Yellow78.7%
Key (black)18.8%
Color previews
#cf622c text on a black background
contrast 5.44:1
Card sample
#cf622c text on a white background
contrast 3.86:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cf622c;
Background color
Panel with #cf622c background
background-color: #cf622c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cf622c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 98, 44, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 98, 44, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cf622c; background: linear-gradient(135deg, #cf622c, #CFCF2C);