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