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