#cead9b
a light, soft orange · warm · closest name: tan
RGB
206, 173, 155
HSL
21°, 34%, 71%
CMYK
0, 16, 25, 19
Luminance
0.4538
Every format
| HEX | #cead9b |
| RGB | rgb(206, 173, 155) |
| HSL | hsl(21, 34%, 71%) |
| CMYK | cmyk(0%, 16%, 25%, 19%) |
| LAB | lab(73.1 9.2 13.7) |
| LCH | lch(73.1 16.5 56.1) |
| OKLCH | oklch(0.772 0.046 50.3) |
Copy-ready code
/* CSS */
color: #cead9b;
background-color: #cead9b;
/* Tailwind (arbitrary) */
class="text-[#cead9b] bg-[#cead9b]"
/* SCSS */
$brand: #cead9b;
/* SwiftUI */
Color(red: 0.808, green: 0.678, blue: 0.608)
/* Android */
Color.parseColor("#cead9b")Accessibility — WCAG contrast
Aa
#cead9b on white: 2.08:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cead9b on black: 10.08:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.8%
Green67.8%
Blue60.8%
CMYK percentages
Cyan0.0%
Magenta16.0%
Yellow24.8%
Key (black)19.2%
Color previews
#cead9b text on a black background
contrast 10.08:1
Card sample
#cead9b text on a white background
contrast 2.08:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cead9b;
Background color
Panel with #cead9b background
background-color: #cead9b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cead9b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(206, 173, 155, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(206, 173, 155, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cead9b; background: linear-gradient(135deg, #cead9b, #CDCE9B);