#cd976f
a balanced, vivid orange · warm · closest name: tan
RGB
205, 151, 111
HSL
26°, 49%, 62%
CMYK
0, 26, 46, 20
Luminance
0.3626
Every format
| HEX | #cd976f |
| RGB | rgb(205, 151, 111) |
| HSL | hsl(26, 49%, 62%) |
| CMYK | cmyk(0%, 26%, 46%, 20%) |
| LAB | lab(66.7 15.4 29.0) |
| LCH | lch(66.7 32.8 62.1) |
| OKLCH | oklch(0.719 0.085 57.4) |
Copy-ready code
/* CSS */
color: #cd976f;
background-color: #cd976f;
/* Tailwind (arbitrary) */
class="text-[#cd976f] bg-[#cd976f]"
/* SCSS */
$brand: #cd976f;
/* SwiftUI */
Color(red: 0.804, green: 0.592, blue: 0.435)
/* Android */
Color.parseColor("#cd976f")Accessibility — WCAG contrast
Aa
#cd976f on white: 2.54:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cd976f on black: 8.25:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green59.2%
Blue43.5%
CMYK percentages
Cyan0.0%
Magenta26.3%
Yellow45.9%
Key (black)19.6%
Color previews
#cd976f text on a black background
contrast 8.25:1
Card sample
#cd976f text on a white background
contrast 2.54:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cd976f;
Background color
Panel with #cd976f background
background-color: #cd976f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cd976f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 151, 111, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 151, 111, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cd976f; background: linear-gradient(135deg, #cd976f, #C4CD6F);