#cdcd9d
a light, soft yellow · cool · closest name: tan
RGB
205, 205, 157
HSL
60°, 32%, 71%
CMYK
0, 0, 23, 20
Luminance
0.5908
Every format
| HEX | #cdcd9d |
| RGB | rgb(205, 205, 157) |
| HSL | hsl(60, 32%, 71%) |
| CMYK | cmyk(0%, 0%, 23%, 20%) |
| LAB | lab(81.3 -7.8 24.0) |
| LCH | lch(81.3 25.2 107.9) |
| OKLCH | oklch(0.836 0.064 107.7) |
Copy-ready code
/* CSS */
color: #cdcd9d;
background-color: #cdcd9d;
/* Tailwind (arbitrary) */
class="text-[#cdcd9d] bg-[#cdcd9d]"
/* SCSS */
$brand: #cdcd9d;
/* SwiftUI */
Color(red: 0.804, green: 0.804, blue: 0.616)
/* Android */
Color.parseColor("#cdcd9d")Accessibility — WCAG contrast
Aa
#cdcd9d on white: 1.64:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cdcd9d on black: 12.82:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green80.4%
Blue61.6%
CMYK percentages
Cyan0.0%
Magenta0.0%
Yellow23.4%
Key (black)19.6%
Color previews
#cdcd9d text on a black background
contrast 12.82:1
Card sample
#cdcd9d text on a white background
contrast 1.64:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cdcd9d;
Background color
Panel with #cdcd9d background
background-color: #cdcd9d;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cdcd9d;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 205, 157, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 205, 157, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cdcd9d; background: linear-gradient(135deg, #cdcd9d, #ADCD9D);