#cf5c2f
a balanced, vivid orange · warm · closest name: chocolate
RGB
207, 92, 47
HSL
17°, 63%, 50%
CMYK
0, 56, 77, 19
Luminance
0.2112
Every format
| HEX | #cf5c2f |
| RGB | rgb(207, 92, 47) |
| HSL | hsl(17, 63%, 50%) |
| CMYK | cmyk(0%, 56%, 77%, 19%) |
| LAB | lab(53.1 42.9 46.6) |
| LCH | lch(53.1 63.4 47.4) |
| OKLCH | oklch(0.612 0.157 40.6) |
Copy-ready code
/* CSS */
color: #cf5c2f;
background-color: #cf5c2f;
/* Tailwind (arbitrary) */
class="text-[#cf5c2f] bg-[#cf5c2f]"
/* SCSS */
$brand: #cf5c2f;
/* SwiftUI */
Color(red: 0.812, green: 0.361, blue: 0.184)
/* Android */
Color.parseColor("#cf5c2f")Accessibility — WCAG contrast
Aa
#cf5c2f on white: 4.02:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#cf5c2f on black: 5.22:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green36.1%
Blue18.4%
CMYK percentages
Cyan0.0%
Magenta55.6%
Yellow77.3%
Key (black)18.8%
Color previews
#cf5c2f text on a black background
contrast 5.22:1
Card sample
#cf5c2f text on a white background
contrast 4.02:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cf5c2f;
Background color
Panel with #cf5c2f background
background-color: #cf5c2f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cf5c2f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 92, 47, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 92, 47, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cf5c2f; background: linear-gradient(135deg, #cf5c2f, #CFC72F);