#dce2af
a light, vivid yellow · cool · closest name: beige
RGB
220, 226, 175
HSL
67°, 47%, 79%
CMYK
3, 0, 23, 11
Luminance
0.7270
Every format
| HEX | #dce2af |
| RGB | rgb(220, 226, 175) |
| HSL | hsl(67, 47%, 79%) |
| CMYK | cmyk(3%, 0%, 23%, 11%) |
| LAB | lab(88.3 -10.3 24.3) |
| LCH | lch(88.3 26.4 113.0) |
| OKLCH | oklch(0.895 0.067 113.2) |
Copy-ready code
/* CSS */
color: #dce2af;
background-color: #dce2af;
/* Tailwind (arbitrary) */
class="text-[#dce2af] bg-[#dce2af]"
/* SCSS */
$brand: #dce2af;
/* SwiftUI */
Color(red: 0.863, green: 0.886, blue: 0.686)
/* Android */
Color.parseColor("#dce2af")Accessibility — WCAG contrast
Aa
#dce2af on white: 1.35:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dce2af on black: 15.54:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red86.3%
Green88.6%
Blue68.6%
CMYK percentages
Cyan2.7%
Magenta0.0%
Yellow22.6%
Key (black)11.4%
Color previews
#dce2af text on a black background
contrast 15.54:1
Card sample
#dce2af text on a white background
contrast 1.35:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dce2af;
Background color
Panel with #dce2af background
background-color: #dce2af;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dce2af;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(220, 226, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(220, 226, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dce2af; background: linear-gradient(135deg, #dce2af, #BAE2AF);