#cead8d
a light, soft orange · warm · closest name: tan
RGB
206, 173, 141
HSL
30°, 40%, 68%
CMYK
0, 16, 32, 19
Luminance
0.4493
Every format
| HEX | #cead8d |
| RGB | rgb(206, 173, 141) |
| HSL | hsl(30, 40%, 68%) |
| CMYK | cmyk(0%, 16%, 32%, 19%) |
| LAB | lab(72.8 7.3 20.9) |
| LCH | lch(72.8 22.2 70.7) |
| OKLCH | oklch(0.769 0.058 65.9) |
Copy-ready code
/* CSS */
color: #cead8d;
background-color: #cead8d;
/* Tailwind (arbitrary) */
class="text-[#cead8d] bg-[#cead8d]"
/* SCSS */
$brand: #cead8d;
/* SwiftUI */
Color(red: 0.808, green: 0.678, blue: 0.553)
/* Android */
Color.parseColor("#cead8d")Accessibility — WCAG contrast
Aa
#cead8d on white: 2.10:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cead8d on black: 9.99:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.8%
Green67.8%
Blue55.3%
CMYK percentages
Cyan0.0%
Magenta16.0%
Yellow31.6%
Key (black)19.2%
Color previews
#cead8d text on a black background
contrast 9.99:1
Card sample
#cead8d text on a white background
contrast 2.10:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cead8d;
Background color
Panel with #cead8d background
background-color: #cead8d;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cead8d;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(206, 173, 141, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(206, 173, 141, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cead8d; background: linear-gradient(135deg, #cead8d, #C4CE8D);