#dbfaeb
a pale, electric green · cool · closest name: ivory
RGB
219, 250, 235
HSL
151°, 76%, 92%
CMYK
12, 0, 6, 2
Luminance
0.8943
Every format
| HEX | #dbfaeb |
| RGB | rgb(219, 250, 235) |
| HSL | hsl(151, 76%, 92%) |
| CMYK | cmyk(12%, 0%, 6%, 2%) |
| LAB | lab(95.8 -12.8 3.8) |
| LCH | lch(95.8 13.4 163.4) |
| OKLCH | oklch(0.959 0.038 164.9) |
Copy-ready code
/* CSS */
color: #dbfaeb;
background-color: #dbfaeb;
/* Tailwind (arbitrary) */
class="text-[#dbfaeb] bg-[#dbfaeb]"
/* SCSS */
$brand: #dbfaeb;
/* SwiftUI */
Color(red: 0.859, green: 0.980, blue: 0.922)
/* Android */
Color.parseColor("#dbfaeb")Accessibility — WCAG contrast
Aa
#dbfaeb on white: 1.11:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dbfaeb on black: 18.89:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red85.9%
Green98.0%
Blue92.2%
CMYK percentages
Cyan12.4%
Magenta0.0%
Yellow6.0%
Key (black)2.0%
Color previews
#dbfaeb text on a black background
contrast 18.89:1
Card sample
#dbfaeb text on a white background
contrast 1.11:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dbfaeb;
Background color
Panel with #dbfaeb background
background-color: #dbfaeb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dbfaeb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(219, 250, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(219, 250, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dbfaeb; background: linear-gradient(135deg, #dbfaeb, #DBF4FA);