#dbffc8
a pale, electric green · cool · closest name: beige
RGB
219, 255, 200
HSL
99°, 100%, 89%
CMYK
14, 0, 22, 0
Luminance
0.9075
Every format
| HEX | #dbffc8 |
| RGB | rgb(219, 255, 200) |
| HSL | hsl(99, 100%, 89%) |
| CMYK | cmyk(14%, 0%, 22%, 0%) |
| LAB | lab(96.3 -21.2 22.5) |
| LCH | lch(96.3 31.0 133.3) |
| OKLCH | oklch(0.961 0.081 134.9) |
Copy-ready code
/* CSS */
color: #dbffc8;
background-color: #dbffc8;
/* Tailwind (arbitrary) */
class="text-[#dbffc8] bg-[#dbffc8]"
/* SCSS */
$brand: #dbffc8;
/* SwiftUI */
Color(red: 0.859, green: 1.000, blue: 0.784)
/* Android */
Color.parseColor("#dbffc8")Accessibility — WCAG contrast
Aa
#dbffc8 on white: 1.10:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dbffc8 on black: 19.15:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red85.9%
Green100.0%
Blue78.4%
CMYK percentages
Cyan14.1%
Magenta0.0%
Yellow21.6%
Key (black)0.0%
Color previews
#dbffc8 text on a black background
contrast 19.15:1
Card sample
#dbffc8 text on a white background
contrast 1.10:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dbffc8;
Background color
Panel with #dbffc8 background
background-color: #dbffc8;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dbffc8;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(219, 255, 200, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(219, 255, 200, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dbffc8; background: linear-gradient(135deg, #dbffc8, #C8FFDA);