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