#cdcf9c
a light, soft yellow · cool · closest name: tan
RGB
205, 207, 156
HSL
62°, 35%, 71%
CMYK
1, 0, 25, 19
Luminance
0.6001
Every format
| HEX | #cdcf9c |
| RGB | rgb(205, 207, 156) |
| HSL | hsl(62, 35%, 71%) |
| CMYK | cmyk(1%, 0%, 25%, 19%) |
| LAB | lab(81.8 -8.9 25.2) |
| LCH | lch(81.8 26.7 109.5) |
| OKLCH | oklch(0.840 0.068 109.6) |
Copy-ready code
/* CSS */
color: #cdcf9c;
background-color: #cdcf9c;
/* Tailwind (arbitrary) */
class="text-[#cdcf9c] bg-[#cdcf9c]"
/* SCSS */
$brand: #cdcf9c;
/* SwiftUI */
Color(red: 0.804, green: 0.812, blue: 0.612)
/* Android */
Color.parseColor("#cdcf9c")Accessibility — WCAG contrast
Aa
#cdcf9c on white: 1.62:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cdcf9c on black: 13.00:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green81.2%
Blue61.2%
CMYK percentages
Cyan1.0%
Magenta0.0%
Yellow24.6%
Key (black)18.8%
Color previews
#cdcf9c text on a black background
contrast 13.00:1
Card sample
#cdcf9c text on a white background
contrast 1.62:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cdcf9c;
Background color
Panel with #cdcf9c background
background-color: #cdcf9c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cdcf9c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 207, 156, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 207, 156, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cdcf9c; background: linear-gradient(135deg, #cdcf9c, #ABCF9C);