#cdce9b
a light, soft yellow · cool · closest name: tan
RGB
205, 206, 155
HSL
61°, 34%, 71%
CMYK
1, 0, 25, 19
Luminance
0.5949
Every format
| HEX | #cdce9b |
| RGB | rgb(205, 206, 155) |
| HSL | hsl(61, 34%, 71%) |
| CMYK | cmyk(1%, 0%, 25%, 19%) |
| LAB | lab(81.6 -8.6 25.3) |
| LCH | lch(81.6 26.7 108.6) |
| OKLCH | oklch(0.838 0.068 108.7) |
Copy-ready code
/* CSS */
color: #cdce9b;
background-color: #cdce9b;
/* Tailwind (arbitrary) */
class="text-[#cdce9b] bg-[#cdce9b]"
/* SCSS */
$brand: #cdce9b;
/* SwiftUI */
Color(red: 0.804, green: 0.808, blue: 0.608)
/* Android */
Color.parseColor("#cdce9b")Accessibility — WCAG contrast
Aa
#cdce9b on white: 1.63:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cdce9b on black: 12.90:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green80.8%
Blue60.8%
CMYK percentages
Cyan0.5%
Magenta0.0%
Yellow24.8%
Key (black)19.2%
Color previews
#cdce9b text on a black background
contrast 12.90:1
Card sample
#cdce9b text on a white background
contrast 1.63:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cdce9b;
Background color
Panel with #cdce9b background
background-color: #cdce9b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cdce9b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 206, 155, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 206, 155, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cdce9b; background: linear-gradient(135deg, #cdce9b, #ABCE9B);