#dbfae6
a pale, electric green · cool · closest name: beige
RGB
219, 250, 230
HSL
141°, 76%, 92%
CMYK
12, 0, 8, 2
Luminance
0.8914
Every format
| HEX | #dbfae6 |
| RGB | rgb(219, 250, 230) |
| HSL | hsl(141, 76%, 92%) |
| CMYK | cmyk(12%, 0%, 8%, 2%) |
| LAB | lab(95.6 -13.7 6.2) |
| LCH | lch(95.6 15.1 155.7) |
| OKLCH | oklch(0.957 0.042 157.2) |
Copy-ready code
/* CSS */
color: #dbfae6;
background-color: #dbfae6;
/* Tailwind (arbitrary) */
class="text-[#dbfae6] bg-[#dbfae6]"
/* SCSS */
$brand: #dbfae6;
/* SwiftUI */
Color(red: 0.859, green: 0.980, blue: 0.902)
/* Android */
Color.parseColor("#dbfae6")Accessibility — WCAG contrast
Aa
#dbfae6 on white: 1.12:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dbfae6 on black: 18.83:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red85.9%
Green98.0%
Blue90.2%
CMYK percentages
Cyan12.4%
Magenta0.0%
Yellow8.0%
Key (black)2.0%
Color previews
#dbfae6 text on a black background
contrast 18.83:1
Card sample
#dbfae6 text on a white background
contrast 1.12:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dbfae6;
Background color
Panel with #dbfae6 background
background-color: #dbfae6;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dbfae6;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(219, 250, 230, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(219, 250, 230, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dbfae6; background: linear-gradient(135deg, #dbfae6, #DBF9FA);