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