#dbfae4
a pale, electric green · cool · closest name: beige
RGB
219, 250, 228
HSL
137°, 76%, 92%
CMYK
12, 0, 9, 2
Luminance
0.8903
Every format
| HEX | #dbfae4 |
| RGB | rgb(219, 250, 228) |
| HSL | hsl(137, 76%, 92%) |
| CMYK | cmyk(12%, 0%, 9%, 2%) |
| LAB | lab(95.6 -14.1 7.2) |
| LCH | lch(95.6 15.8 153.0) |
| OKLCH | oklch(0.957 0.043 154.6) |
Copy-ready code
/* CSS */
color: #dbfae4;
background-color: #dbfae4;
/* Tailwind (arbitrary) */
class="text-[#dbfae4] bg-[#dbfae4]"
/* SCSS */
$brand: #dbfae4;
/* SwiftUI */
Color(red: 0.859, green: 0.980, blue: 0.894)
/* Android */
Color.parseColor("#dbfae4")Accessibility — WCAG contrast
Aa
#dbfae4 on white: 1.12:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dbfae4 on black: 18.81:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red85.9%
Green98.0%
Blue89.4%
CMYK percentages
Cyan12.4%
Magenta0.0%
Yellow8.8%
Key (black)2.0%
Color previews
#dbfae4 text on a black background
contrast 18.81:1
Card sample
#dbfae4 text on a white background
contrast 1.12:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dbfae4;
Background color
Panel with #dbfae4 background
background-color: #dbfae4;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dbfae4;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(219, 250, 228, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(219, 250, 228, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dbfae4; background: linear-gradient(135deg, #dbfae4, #DBFAF9);