#dbfcc6
a pale, electric green · cool · closest name: beige
RGB
219, 252, 198
HSL
97°, 90%, 88%
CMYK
13, 0, 21, 1
Luminance
0.8876
Every format
| HEX | #dbfcc6 |
| RGB | rgb(219, 252, 198) |
| HSL | hsl(97, 90%, 88%) |
| CMYK | cmyk(13%, 0%, 21%, 1%) |
| LAB | lab(95.5 -20.1 22.4) |
| LCH | lch(95.5 30.1 131.9) |
| OKLCH | oklch(0.954 0.079 133.4) |
Copy-ready code
/* CSS */
color: #dbfcc6;
background-color: #dbfcc6;
/* Tailwind (arbitrary) */
class="text-[#dbfcc6] bg-[#dbfcc6]"
/* SCSS */
$brand: #dbfcc6;
/* SwiftUI */
Color(red: 0.859, green: 0.988, blue: 0.776)
/* Android */
Color.parseColor("#dbfcc6")Accessibility — WCAG contrast
Aa
#dbfcc6 on white: 1.12:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dbfcc6 on black: 18.75:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red85.9%
Green98.8%
Blue77.6%
CMYK percentages
Cyan13.1%
Magenta0.0%
Yellow21.4%
Key (black)1.2%
Color previews
#dbfcc6 text on a black background
contrast 18.75:1
Card sample
#dbfcc6 text on a white background
contrast 1.12:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dbfcc6;
Background color
Panel with #dbfcc6 background
background-color: #dbfcc6;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dbfcc6;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(219, 252, 198, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(219, 252, 198, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dbfcc6; background: linear-gradient(135deg, #dbfcc6, #C6FCD5);