#dbfcf0
a pale, electric green · cool · closest name: ivory
RGB
219, 252, 240
HSL
158°, 85%, 92%
CMYK
13, 0, 5, 1
Luminance
0.9097
Every format
| HEX | #dbfcf0 |
| RGB | rgb(219, 252, 240) |
| HSL | hsl(158, 85%, 92%) |
| CMYK | cmyk(13%, 0%, 5%, 1%) |
| LAB | lab(96.4 -12.9 2.2) |
| LCH | lch(96.4 13.1 170.5) |
| OKLCH | oklch(0.964 0.038 171.6) |
Copy-ready code
/* CSS */
color: #dbfcf0;
background-color: #dbfcf0;
/* Tailwind (arbitrary) */
class="text-[#dbfcf0] bg-[#dbfcf0]"
/* SCSS */
$brand: #dbfcf0;
/* SwiftUI */
Color(red: 0.859, green: 0.988, blue: 0.941)
/* Android */
Color.parseColor("#dbfcf0")Accessibility — WCAG contrast
Aa
#dbfcf0 on white: 1.09:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dbfcf0 on black: 19.19:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red85.9%
Green98.8%
Blue94.1%
CMYK percentages
Cyan13.1%
Magenta0.0%
Yellow4.8%
Key (black)1.2%
Color previews
#dbfcf0 text on a black background
contrast 19.19:1
Card sample
#dbfcf0 text on a white background
contrast 1.09:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dbfcf0;
Background color
Panel with #dbfcf0 background
background-color: #dbfcf0;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dbfcf0;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(219, 252, 240, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(219, 252, 240, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dbfcf0; background: linear-gradient(135deg, #dbfcf0, #DBF2FC);