#dbffee
a pale, electric green · cool · closest name: ivory
RGB
219, 255, 238
HSL
152°, 100%, 93%
CMYK
14, 0, 7, 0
Luminance
0.9275
Every format
| HEX | #dbffee |
| RGB | rgb(219, 255, 238) |
| HSL | hsl(152, 100%, 93%) |
| CMYK | cmyk(14%, 0%, 7%, 0%) |
| LAB | lab(97.1 -14.7 4.2) |
| LCH | lch(97.1 15.3 164.0) |
| OKLCH | oklch(0.970 0.043 165.3) |
Copy-ready code
/* CSS */
color: #dbffee;
background-color: #dbffee;
/* Tailwind (arbitrary) */
class="text-[#dbffee] bg-[#dbffee]"
/* SCSS */
$brand: #dbffee;
/* SwiftUI */
Color(red: 0.859, green: 1.000, blue: 0.933)
/* Android */
Color.parseColor("#dbffee")Accessibility — WCAG contrast
Aa
#dbffee on white: 1.07:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dbffee on black: 19.55:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red85.9%
Green100.0%
Blue93.3%
CMYK percentages
Cyan14.1%
Magenta0.0%
Yellow6.7%
Key (black)0.0%
Color previews
#dbffee text on a black background
contrast 19.55:1
Card sample
#dbffee text on a white background
contrast 1.07:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dbffee;
Background color
Panel with #dbffee background
background-color: #dbffee;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dbffee;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(219, 255, 238, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(219, 255, 238, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dbffee; background: linear-gradient(135deg, #dbffee, #DBF8FF);