#dee2ba
a light, soft yellow · cool · closest name: beige
RGB
222, 226, 186
HSL
66°, 41%, 81%
CMYK
2, 0, 18, 11
Luminance
0.7347
Every format
| HEX | #dee2ba |
| RGB | rgb(222, 226, 186) |
| HSL | hsl(66, 41%, 81%) |
| CMYK | cmyk(2%, 0%, 18%, 11%) |
| LAB | lab(88.7 -8.0 19.1) |
| LCH | lch(88.7 20.8 112.6) |
| OKLCH | oklch(0.899 0.053 112.1) |
Copy-ready code
/* CSS */
color: #dee2ba;
background-color: #dee2ba;
/* Tailwind (arbitrary) */
class="text-[#dee2ba] bg-[#dee2ba]"
/* SCSS */
$brand: #dee2ba;
/* SwiftUI */
Color(red: 0.871, green: 0.886, blue: 0.729)
/* Android */
Color.parseColor("#dee2ba")Accessibility — WCAG contrast
Aa
#dee2ba on white: 1.34:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dee2ba on black: 15.69:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.1%
Green88.6%
Blue72.9%
CMYK percentages
Cyan1.8%
Magenta0.0%
Yellow17.7%
Key (black)11.4%
Color previews
#dee2ba text on a black background
contrast 15.69:1
Card sample
#dee2ba text on a white background
contrast 1.34:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dee2ba;
Background color
Panel with #dee2ba background
background-color: #dee2ba;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dee2ba;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(222, 226, 186, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(222, 226, 186, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dee2ba; background: linear-gradient(135deg, #dee2ba, #C3E2BA);