#cd591f
a balanced, vivid orange · warm · closest name: chocolate
RGB
205, 89, 31
HSL
20°, 74%, 46%
CMYK
0, 57, 85, 20
Luminance
0.2022
Every format
| HEX | #cd591f |
| RGB | rgb(205, 89, 31) |
| HSL | hsl(20, 74%, 46%) |
| CMYK | cmyk(0%, 57%, 85%, 20%) |
| LAB | lab(52.1 43.1 52.8) |
| LCH | lch(52.1 68.1 50.8) |
| OKLCH | oklch(0.603 0.162 43.3) |
Copy-ready code
/* CSS */
color: #cd591f;
background-color: #cd591f;
/* Tailwind (arbitrary) */
class="text-[#cd591f] bg-[#cd591f]"
/* SCSS */
$brand: #cd591f;
/* SwiftUI */
Color(red: 0.804, green: 0.349, blue: 0.122)
/* Android */
Color.parseColor("#cd591f")Accessibility — WCAG contrast
Aa
#cd591f on white: 4.16:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#cd591f on black: 5.04:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green34.9%
Blue12.2%
CMYK percentages
Cyan0.0%
Magenta56.6%
Yellow84.9%
Key (black)19.6%
Color previews
#cd591f text on a black background
contrast 5.04:1
Card sample
#cd591f text on a white background
contrast 4.16:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cd591f;
Background color
Panel with #cd591f background
background-color: #cd591f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cd591f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 89, 31, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 89, 31, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cd591f; background: linear-gradient(135deg, #cd591f, #CDCD1F);