#cdcb9b
a light, soft yellow · cool · closest name: tan
RGB
205, 203, 155
HSL
58°, 33%, 71%
CMYK
0, 1, 24, 20
Luminance
0.5806
Every format
| HEX | #cdcb9b |
| RGB | rgb(205, 203, 155) |
| HSL | hsl(58, 33%, 71%) |
| CMYK | cmyk(0%, 1%, 24%, 20%) |
| LAB | lab(80.8 -7.0 24.3) |
| LCH | lch(80.8 25.3 106.1) |
| OKLCH | oklch(0.832 0.064 105.7) |
Copy-ready code
/* CSS */
color: #cdcb9b;
background-color: #cdcb9b;
/* Tailwind (arbitrary) */
class="text-[#cdcb9b] bg-[#cdcb9b]"
/* SCSS */
$brand: #cdcb9b;
/* SwiftUI */
Color(red: 0.804, green: 0.796, blue: 0.608)
/* Android */
Color.parseColor("#cdcb9b")Accessibility — WCAG contrast
Aa
#cdcb9b on white: 1.67:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cdcb9b on black: 12.61:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green79.6%
Blue60.8%
CMYK percentages
Cyan0.0%
Magenta1.0%
Yellow24.4%
Key (black)19.6%
Color previews
#cdcb9b text on a black background
contrast 12.61:1
Card sample
#cdcb9b text on a white background
contrast 1.67:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cdcb9b;
Background color
Panel with #cdcb9b background
background-color: #cdcb9b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cdcb9b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 203, 155, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 203, 155, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cdcb9b; background: linear-gradient(135deg, #cdcb9b, #AECD9B);