#cd552f
a balanced, vivid red · warm · closest name: chocolate
RGB
205, 85, 47
HSL
14°, 63%, 49%
CMYK
0, 59, 77, 20
Luminance
0.1968
Every format
| HEX | #cd552f |
| RGB | rgb(205, 85, 47) |
| HSL | hsl(14, 63%, 49%) |
| CMYK | cmyk(0%, 59%, 77%, 20%) |
| LAB | lab(51.5 45.5 44.9) |
| LCH | lch(51.5 63.9 44.6) |
| OKLCH | oklch(0.599 0.161 37.7) |
Copy-ready code
/* CSS */
color: #cd552f;
background-color: #cd552f;
/* Tailwind (arbitrary) */
class="text-[#cd552f] bg-[#cd552f]"
/* SCSS */
$brand: #cd552f;
/* SwiftUI */
Color(red: 0.804, green: 0.333, blue: 0.184)
/* Android */
Color.parseColor("#cd552f")Accessibility — WCAG contrast
Aa
#cd552f on white: 4.25:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#cd552f on black: 4.94:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green33.3%
Blue18.4%
CMYK percentages
Cyan0.0%
Magenta58.5%
Yellow77.1%
Key (black)19.6%
Color previews
#cd552f text on a black background
contrast 4.94:1
Card sample
#cd552f text on a white background
contrast 4.25:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cd552f;
Background color
Panel with #cd552f background
background-color: #cd552f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cd552f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 85, 47, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 85, 47, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cd552f; background: linear-gradient(135deg, #cd552f, #CDBE2F);