#dbfac2
a pale, electric green · cool · closest name: beige
RGB
219, 250, 194
HSL
93°, 85%, 87%
CMYK
12, 0, 22, 2
Luminance
0.8733
Every format
| HEX | #dbfac2 |
| RGB | rgb(219, 250, 194) |
| HSL | hsl(93, 85%, 87%) |
| CMYK | cmyk(12%, 0%, 22%, 2%) |
| LAB | lab(94.9 -19.7 23.6) |
| LCH | lch(94.9 30.8 129.9) |
| OKLCH | oklch(0.949 0.080 131.4) |
Copy-ready code
/* CSS */
color: #dbfac2;
background-color: #dbfac2;
/* Tailwind (arbitrary) */
class="text-[#dbfac2] bg-[#dbfac2]"
/* SCSS */
$brand: #dbfac2;
/* SwiftUI */
Color(red: 0.859, green: 0.980, blue: 0.761)
/* Android */
Color.parseColor("#dbfac2")Accessibility — WCAG contrast
Aa
#dbfac2 on white: 1.14:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dbfac2 on black: 18.47:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red85.9%
Green98.0%
Blue76.1%
CMYK percentages
Cyan12.4%
Magenta0.0%
Yellow22.4%
Key (black)2.0%
Color previews
#dbfac2 text on a black background
contrast 18.47:1
Card sample
#dbfac2 text on a white background
contrast 1.14:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dbfac2;
Background color
Panel with #dbfac2 background
background-color: #dbfac2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dbfac2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(219, 250, 194, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(219, 250, 194, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dbfac2; background: linear-gradient(135deg, #dbfac2, #C2FACE);