#cd511f
a balanced, vivid orange · warm · closest name: chocolate
RGB
205, 81, 31
HSL
17°, 74%, 46%
CMYK
0, 61, 85, 20
Luminance
0.1896
Every format
| HEX | #cd511f |
| RGB | rgb(205, 81, 31) |
| HSL | hsl(17, 74%, 46%) |
| CMYK | cmyk(0%, 61%, 85%, 20%) |
| LAB | lab(50.6 46.9 51.5) |
| LCH | lch(50.6 69.7 47.7) |
| OKLCH | oklch(0.592 0.169 39.9) |
Copy-ready code
/* CSS */
color: #cd511f;
background-color: #cd511f;
/* Tailwind (arbitrary) */
class="text-[#cd511f] bg-[#cd511f]"
/* SCSS */
$brand: #cd511f;
/* SwiftUI */
Color(red: 0.804, green: 0.318, blue: 0.122)
/* Android */
Color.parseColor("#cd511f")Accessibility — WCAG contrast
Aa
#cd511f on white: 4.38:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#cd511f on black: 4.79:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green31.8%
Blue12.2%
CMYK percentages
Cyan0.0%
Magenta60.5%
Yellow84.9%
Key (black)19.6%
Color previews
#cd511f text on a black background
contrast 4.79:1
Card sample
#cd511f text on a white background
contrast 4.38:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cd511f;
Background color
Panel with #cd511f background
background-color: #cd511f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cd511f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 81, 31, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 81, 31, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cd511f; background: linear-gradient(135deg, #cd511f, #CDC51F);