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