#dbffd4
a pale, electric green · cool · closest name: beige
RGB
219, 255, 212
HSL
110°, 100%, 92%
CMYK
14, 0, 17, 0
Luminance
0.9133
Every format
| HEX | #dbffd4 |
| RGB | rgb(219, 255, 212) |
| HSL | hsl(110, 100%, 92%) |
| CMYK | cmyk(14%, 0%, 17%, 0%) |
| LAB | lab(96.5 -19.3 16.8) |
| LCH | lch(96.5 25.6 139.0) |
| OKLCH | oklch(0.963 0.068 140.5) |
Copy-ready code
/* CSS */
color: #dbffd4;
background-color: #dbffd4;
/* Tailwind (arbitrary) */
class="text-[#dbffd4] bg-[#dbffd4]"
/* SCSS */
$brand: #dbffd4;
/* SwiftUI */
Color(red: 0.859, green: 1.000, blue: 0.831)
/* Android */
Color.parseColor("#dbffd4")Accessibility — WCAG contrast
Aa
#dbffd4 on white: 1.09:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dbffd4 on black: 19.27:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red85.9%
Green100.0%
Blue83.1%
CMYK percentages
Cyan14.1%
Magenta0.0%
Yellow16.9%
Key (black)0.0%
Color previews
#dbffd4 text on a black background
contrast 19.27:1
Card sample
#dbffd4 text on a white background
contrast 1.09:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dbffd4;
Background color
Panel with #dbffd4 background
background-color: #dbffd4;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dbffd4;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(219, 255, 212, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(219, 255, 212, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dbffd4; background: linear-gradient(135deg, #dbffd4, #D4FFEA);