#dce4af
a light, vivid yellow · cool · closest name: beige
RGB
220, 228, 175
HSL
69°, 50%, 79%
CMYK
4, 0, 23, 11
Luminance
0.7380
Every format
| HEX | #dce4af |
| RGB | rgb(220, 228, 175) |
| HSL | hsl(69, 50%, 79%) |
| CMYK | cmyk(4%, 0%, 23%, 11%) |
| LAB | lab(88.8 -11.3 25.0) |
| LCH | lch(88.8 27.5 114.3) |
| OKLCH | oklch(0.900 0.070 114.8) |
Copy-ready code
/* CSS */
color: #dce4af;
background-color: #dce4af;
/* Tailwind (arbitrary) */
class="text-[#dce4af] bg-[#dce4af]"
/* SCSS */
$brand: #dce4af;
/* SwiftUI */
Color(red: 0.863, green: 0.894, blue: 0.686)
/* Android */
Color.parseColor("#dce4af")Accessibility — WCAG contrast
Aa
#dce4af on white: 1.33:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dce4af on black: 15.76:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red86.3%
Green89.4%
Blue68.6%
CMYK percentages
Cyan3.5%
Magenta0.0%
Yellow23.2%
Key (black)10.6%
Color previews
#dce4af text on a black background
contrast 15.76:1
Card sample
#dce4af text on a white background
contrast 1.33:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dce4af;
Background color
Panel with #dce4af background
background-color: #dce4af;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dce4af;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(220, 228, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(220, 228, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dce4af; background: linear-gradient(135deg, #dce4af, #B9E4AF);