#cd522f
a balanced, vivid red · warm · closest name: tomato
RGB
205, 82, 47
HSL
13°, 63%, 49%
CMYK
0, 60, 77, 20
Luminance
0.1922
Every format
| HEX | #cd522f |
| RGB | rgb(205, 82, 47) |
| HSL | hsl(13, 63%, 49%) |
| CMYK | cmyk(0%, 60%, 77%, 20%) |
| LAB | lab(51.0 46.9 44.4) |
| LCH | lch(51.0 64.6 43.4) |
| OKLCH | oklch(0.595 0.164 36.4) |
Copy-ready code
/* CSS */
color: #cd522f;
background-color: #cd522f;
/* Tailwind (arbitrary) */
class="text-[#cd522f] bg-[#cd522f]"
/* SCSS */
$brand: #cd522f;
/* SwiftUI */
Color(red: 0.804, green: 0.322, blue: 0.184)
/* Android */
Color.parseColor("#cd522f")Accessibility — WCAG contrast
Aa
#cd522f on white: 4.34:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#cd522f on black: 4.84:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green32.2%
Blue18.4%
CMYK percentages
Cyan0.0%
Magenta60.0%
Yellow77.1%
Key (black)19.6%
Color previews
#cd522f text on a black background
contrast 4.84:1
Card sample
#cd522f text on a white background
contrast 4.34:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cd522f;
Background color
Panel with #cd522f background
background-color: #cd522f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cd522f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 82, 47, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 82, 47, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cd522f; background: linear-gradient(135deg, #cd522f, #CDBB2F);