#dbfee9
a pale, electric green · cool · closest name: beige
RGB
219, 254, 233
HSL
144°, 95%, 93%
CMYK
14, 0, 8, 0
Luminance
0.9183
Every format
| HEX | #dbfee9 |
| RGB | rgb(219, 254, 233) |
| HSL | hsl(144, 95%, 93%) |
| CMYK | cmyk(14%, 0%, 8%, 0%) |
| LAB | lab(96.8 -15.2 6.3) |
| LCH | lch(96.8 16.4 157.5) |
| OKLCH | oklch(0.966 0.046 159.1) |
Copy-ready code
/* CSS */
color: #dbfee9;
background-color: #dbfee9;
/* Tailwind (arbitrary) */
class="text-[#dbfee9] bg-[#dbfee9]"
/* SCSS */
$brand: #dbfee9;
/* SwiftUI */
Color(red: 0.859, green: 0.996, blue: 0.914)
/* Android */
Color.parseColor("#dbfee9")Accessibility — WCAG contrast
Aa
#dbfee9 on white: 1.08:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dbfee9 on black: 19.37:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red85.9%
Green99.6%
Blue91.4%
CMYK percentages
Cyan13.8%
Magenta0.0%
Yellow8.3%
Key (black)0.4%
Color previews
#dbfee9 text on a black background
contrast 19.37:1
Card sample
#dbfee9 text on a white background
contrast 1.08:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dbfee9;
Background color
Panel with #dbfee9 background
background-color: #dbfee9;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dbfee9;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(219, 254, 233, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(219, 254, 233, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dbfee9; background: linear-gradient(135deg, #dbfee9, #DBFCFE);