#cd7253
a balanced, vivid orange · warm · closest name: sienna
RGB
205, 114, 83
HSL
15°, 55%, 57%
CMYK
0, 44, 60, 20
Luminance
0.2564
Every format
| HEX | #cd7253 |
| RGB | rgb(205, 114, 83) |
| HSL | hsl(15, 55%, 57%) |
| CMYK | cmyk(0%, 44%, 60%, 20%) |
| LAB | lab(57.7 32.9 32.8) |
| LCH | lch(57.7 46.5 44.9) |
| OKLCH | oklch(0.648 0.123 39.4) |
Copy-ready code
/* CSS */
color: #cd7253;
background-color: #cd7253;
/* Tailwind (arbitrary) */
class="text-[#cd7253] bg-[#cd7253]"
/* SCSS */
$brand: #cd7253;
/* SwiftUI */
Color(red: 0.804, green: 0.447, blue: 0.325)
/* Android */
Color.parseColor("#cd7253")Accessibility — WCAG contrast
Aa
#cd7253 on white: 3.43:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#cd7253 on black: 6.13:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green44.7%
Blue32.5%
CMYK percentages
Cyan0.0%
Magenta44.4%
Yellow59.5%
Key (black)19.6%
Color previews
#cd7253 text on a black background
contrast 6.13:1
Card sample
#cd7253 text on a white background
contrast 3.43:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cd7253;
Background color
Panel with #cd7253 background
background-color: #cd7253;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cd7253;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 114, 83, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 114, 83, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cd7253; background: linear-gradient(135deg, #cd7253, #CDC353);