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