#dbffc4
a pale, electric green · cool · closest name: beige
RGB
219, 255, 196
HSL
97°, 100%, 88%
CMYK
14, 0, 23, 0
Luminance
0.9057
Every format
| HEX | #dbffc4 |
| RGB | rgb(219, 255, 196) |
| HSL | hsl(97, 100%, 88%) |
| CMYK | cmyk(14%, 0%, 23%, 0%) |
| LAB | lab(96.2 -21.9 24.5) |
| LCH | lch(96.2 32.8 131.8) |
| OKLCH | oklch(0.960 0.086 133.4) |
Copy-ready code
/* CSS */
color: #dbffc4;
background-color: #dbffc4;
/* Tailwind (arbitrary) */
class="text-[#dbffc4] bg-[#dbffc4]"
/* SCSS */
$brand: #dbffc4;
/* SwiftUI */
Color(red: 0.859, green: 1.000, blue: 0.769)
/* Android */
Color.parseColor("#dbffc4")Accessibility — WCAG contrast
Aa
#dbffc4 on white: 1.10:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dbffc4 on black: 19.11:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red85.9%
Green100.0%
Blue76.9%
CMYK percentages
Cyan14.1%
Magenta0.0%
Yellow23.1%
Key (black)0.0%
Color previews
#dbffc4 text on a black background
contrast 19.11:1
Card sample
#dbffc4 text on a white background
contrast 1.10:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dbffc4;
Background color
Panel with #dbffc4 background
background-color: #dbffc4;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dbffc4;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(219, 255, 196, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(219, 255, 196, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dbffc4; background: linear-gradient(135deg, #dbffc4, #C4FFD4);