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