#dce1af
a light, vivid yellow · cool · closest name: beige
RGB
220, 225, 175
HSL
66°, 46%, 78%
CMYK
2, 0, 22, 12
Luminance
0.7216
Every format
| HEX | #dce1af |
| RGB | rgb(220, 225, 175) |
| HSL | hsl(66, 46%, 78%) |
| CMYK | cmyk(2%, 0%, 22%, 12%) |
| LAB | lab(88.0 -9.8 24.0) |
| LCH | lch(88.0 25.9 112.3) |
| OKLCH | oklch(0.893 0.066 112.4) |
Copy-ready code
/* CSS */
color: #dce1af;
background-color: #dce1af;
/* Tailwind (arbitrary) */
class="text-[#dce1af] bg-[#dce1af]"
/* SCSS */
$brand: #dce1af;
/* SwiftUI */
Color(red: 0.863, green: 0.882, blue: 0.686)
/* Android */
Color.parseColor("#dce1af")Accessibility — WCAG contrast
Aa
#dce1af on white: 1.36:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dce1af on black: 15.43:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red86.3%
Green88.2%
Blue68.6%
CMYK percentages
Cyan2.2%
Magenta0.0%
Yellow22.2%
Key (black)11.8%
Color previews
#dce1af text on a black background
contrast 15.43:1
Card sample
#dce1af text on a white background
contrast 1.36:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dce1af;
Background color
Panel with #dce1af background
background-color: #dce1af;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dce1af;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(220, 225, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(220, 225, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dce1af; background: linear-gradient(135deg, #dce1af, #BBE1AF);