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