#cf552c
a balanced, vivid orange · warm · closest name: chocolate
RGB
207, 85, 44
HSL
15°, 65%, 49%
CMYK
0, 59, 79, 19
Luminance
0.1994
Every format
| HEX | #cf552c |
| RGB | rgb(207, 85, 44) |
| HSL | hsl(15, 65%, 49%) |
| CMYK | cmyk(0%, 59%, 79%, 19%) |
| LAB | lab(51.8 46.1 46.8) |
| LCH | lch(51.8 65.7 45.4) |
| OKLCH | oklch(0.602 0.164 38.3) |
Copy-ready code
/* CSS */
color: #cf552c;
background-color: #cf552c;
/* Tailwind (arbitrary) */
class="text-[#cf552c] bg-[#cf552c]"
/* SCSS */
$brand: #cf552c;
/* SwiftUI */
Color(red: 0.812, green: 0.333, blue: 0.173)
/* Android */
Color.parseColor("#cf552c")Accessibility — WCAG contrast
Aa
#cf552c on white: 4.21:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#cf552c on black: 4.99:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green33.3%
Blue17.3%
CMYK percentages
Cyan0.0%
Magenta58.9%
Yellow78.7%
Key (black)18.8%
Color previews
#cf552c text on a black background
contrast 4.99:1
Card sample
#cf552c text on a white background
contrast 4.21:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cf552c;
Background color
Panel with #cf552c background
background-color: #cf552c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cf552c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 85, 44, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 85, 44, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cf552c; background: linear-gradient(135deg, #cf552c, #CFC22C);