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