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