#cf592f
a balanced, vivid orange · warm · closest name: chocolate
RGB
207, 89, 47
HSL
16°, 63%, 50%
CMYK
0, 57, 77, 19
Luminance
0.2062
Every format
| HEX | #cf592f |
| RGB | rgb(207, 89, 47) |
| HSL | hsl(16, 63%, 50%) |
| CMYK | cmyk(0%, 57%, 77%, 19%) |
| LAB | lab(52.5 44.4 46.1) |
| LCH | lch(52.5 64.0 46.1) |
| OKLCH | oklch(0.608 0.160 39.2) |
Copy-ready code
/* CSS */
color: #cf592f;
background-color: #cf592f;
/* Tailwind (arbitrary) */
class="text-[#cf592f] bg-[#cf592f]"
/* SCSS */
$brand: #cf592f;
/* SwiftUI */
Color(red: 0.812, green: 0.349, blue: 0.184)
/* Android */
Color.parseColor("#cf592f")Accessibility — WCAG contrast
Aa
#cf592f on white: 4.10:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#cf592f on black: 5.12:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green34.9%
Blue18.4%
CMYK percentages
Cyan0.0%
Magenta57.0%
Yellow77.3%
Key (black)18.8%
Color previews
#cf592f text on a black background
contrast 5.12:1
Card sample
#cf592f text on a white background
contrast 4.10:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cf592f;
Background color
Panel with #cf592f background
background-color: #cf592f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cf592f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 89, 47, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 89, 47, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cf592f; background: linear-gradient(135deg, #cf592f, #CFC42F);