#cdbe9b
a light, soft yellow · warm · closest name: tan
RGB
205, 190, 155
HSL
42°, 33%, 71%
CMYK
0, 7, 24, 20
Luminance
0.5217
Every format
| HEX | #cdbe9b |
| RGB | rgb(205, 190, 155) |
| HSL | hsl(42, 33%, 71%) |
| CMYK | cmyk(0%, 7%, 24%, 20%) |
| LAB | lab(77.4 -0.2 19.6) |
| LCH | lch(77.4 19.6 90.6) |
| OKLCH | oklch(0.805 0.050 87.6) |
Copy-ready code
/* CSS */
color: #cdbe9b;
background-color: #cdbe9b;
/* Tailwind (arbitrary) */
class="text-[#cdbe9b] bg-[#cdbe9b]"
/* SCSS */
$brand: #cdbe9b;
/* SwiftUI */
Color(red: 0.804, green: 0.745, blue: 0.608)
/* Android */
Color.parseColor("#cdbe9b")Accessibility — WCAG contrast
Aa
#cdbe9b on white: 1.84:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cdbe9b on black: 11.43:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green74.5%
Blue60.8%
CMYK percentages
Cyan0.0%
Magenta7.3%
Yellow24.4%
Key (black)19.6%
Color previews
#cdbe9b text on a black background
contrast 11.43:1
Card sample
#cdbe9b text on a white background
contrast 1.84:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cdbe9b;
Background color
Panel with #cdbe9b background
background-color: #cdbe9b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cdbe9b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 190, 155, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 190, 155, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cdbe9b; background: linear-gradient(135deg, #cdbe9b, #BBCD9B);