#dbfcc4
a pale, electric green · cool · closest name: beige
RGB
219, 252, 196
HSL
95°, 90%, 88%
CMYK
13, 0, 22, 1
Luminance
0.8867
Every format
| HEX | #dbfcc4 |
| RGB | rgb(219, 252, 196) |
| HSL | hsl(95, 90%, 88%) |
| CMYK | cmyk(13%, 0%, 22%, 1%) |
| LAB | lab(95.4 -20.4 23.4) |
| LCH | lch(95.4 31.0 131.1) |
| OKLCH | oklch(0.953 0.081 132.7) |
Copy-ready code
/* CSS */
color: #dbfcc4;
background-color: #dbfcc4;
/* Tailwind (arbitrary) */
class="text-[#dbfcc4] bg-[#dbfcc4]"
/* SCSS */
$brand: #dbfcc4;
/* SwiftUI */
Color(red: 0.859, green: 0.988, blue: 0.769)
/* Android */
Color.parseColor("#dbfcc4")Accessibility — WCAG contrast
Aa
#dbfcc4 on white: 1.12:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dbfcc4 on black: 18.73:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red85.9%
Green98.8%
Blue76.9%
CMYK percentages
Cyan13.1%
Magenta0.0%
Yellow22.2%
Key (black)1.2%
Color previews
#dbfcc4 text on a black background
contrast 18.73:1
Card sample
#dbfcc4 text on a white background
contrast 1.12:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dbfcc4;
Background color
Panel with #dbfcc4 background
background-color: #dbfcc4;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dbfcc4;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(219, 252, 196, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(219, 252, 196, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dbfcc4; background: linear-gradient(135deg, #dbfcc4, #C4FCD2);