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