#dbfceb
a pale, electric green · cool · closest name: ivory
RGB
219, 252, 235
HSL
149°, 85%, 92%
CMYK
13, 0, 7, 1
Luminance
0.9068
Every format
| HEX | #dbfceb |
| RGB | rgb(219, 252, 235) |
| HSL | hsl(149, 85%, 92%) |
| CMYK | cmyk(13%, 0%, 7%, 1%) |
| LAB | lab(96.3 -13.8 4.6) |
| LCH | lch(96.3 14.5 161.7) |
| OKLCH | oklch(0.963 0.041 163.2) |
Copy-ready code
/* CSS */
color: #dbfceb;
background-color: #dbfceb;
/* Tailwind (arbitrary) */
class="text-[#dbfceb] bg-[#dbfceb]"
/* SCSS */
$brand: #dbfceb;
/* SwiftUI */
Color(red: 0.859, green: 0.988, blue: 0.922)
/* Android */
Color.parseColor("#dbfceb")Accessibility — WCAG contrast
Aa
#dbfceb on white: 1.10:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dbfceb on black: 19.14:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red85.9%
Green98.8%
Blue92.2%
CMYK percentages
Cyan13.1%
Magenta0.0%
Yellow6.7%
Key (black)1.2%
Color previews
#dbfceb text on a black background
contrast 19.14:1
Card sample
#dbfceb text on a white background
contrast 1.10:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dbfceb;
Background color
Panel with #dbfceb background
background-color: #dbfceb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dbfceb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(219, 252, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(219, 252, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dbfceb; background: linear-gradient(135deg, #dbfceb, #DBF7FC);