#dbfee2
a pale, electric green · cool · closest name: beige
RGB
219, 254, 226
HSL
132°, 95%, 93%
CMYK
14, 0, 11, 0
Luminance
0.9143
Every format
| HEX | #dbfee2 |
| RGB | rgb(219, 254, 226) |
| HSL | hsl(132, 95%, 93%) |
| CMYK | cmyk(14%, 0%, 11%, 0%) |
| LAB | lab(96.6 -16.4 9.6) |
| LCH | lch(96.6 19.0 149.6) |
| OKLCH | oklch(0.965 0.052 151.2) |
Copy-ready code
/* CSS */
color: #dbfee2;
background-color: #dbfee2;
/* Tailwind (arbitrary) */
class="text-[#dbfee2] bg-[#dbfee2]"
/* SCSS */
$brand: #dbfee2;
/* SwiftUI */
Color(red: 0.859, green: 0.996, blue: 0.886)
/* Android */
Color.parseColor("#dbfee2")Accessibility — WCAG contrast
Aa
#dbfee2 on white: 1.09:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dbfee2 on black: 19.29:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red85.9%
Green99.6%
Blue88.6%
CMYK percentages
Cyan13.8%
Magenta0.0%
Yellow11.0%
Key (black)0.4%
Color previews
#dbfee2 text on a black background
contrast 19.29:1
Card sample
#dbfee2 text on a white background
contrast 1.09:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dbfee2;
Background color
Panel with #dbfee2 background
background-color: #dbfee2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dbfee2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(219, 254, 226, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(219, 254, 226, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dbfee2; background: linear-gradient(135deg, #dbfee2, #DBFEF9);