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