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