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