#dbfacc
a pale, electric green · cool · closest name: beige
RGB
219, 250, 204
HSL
100°, 82%, 89%
CMYK
12, 0, 18, 2
Luminance
0.8779
Every format
| HEX | #dbfacc |
| RGB | rgb(219, 250, 204) |
| HSL | hsl(100, 82%, 89%) |
| CMYK | cmyk(12%, 0%, 18%, 2%) |
| LAB | lab(95.1 -18.2 18.8) |
| LCH | lch(95.1 26.1 134.1) |
| OKLCH | oklch(0.951 0.069 135.4) |
Copy-ready code
/* CSS */
color: #dbfacc;
background-color: #dbfacc;
/* Tailwind (arbitrary) */
class="text-[#dbfacc] bg-[#dbfacc]"
/* SCSS */
$brand: #dbfacc;
/* SwiftUI */
Color(red: 0.859, green: 0.980, blue: 0.800)
/* Android */
Color.parseColor("#dbfacc")Accessibility — WCAG contrast
Aa
#dbfacc on white: 1.13:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dbfacc on black: 18.56:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red85.9%
Green98.0%
Blue80.0%
CMYK percentages
Cyan12.4%
Magenta0.0%
Yellow18.4%
Key (black)2.0%
Color previews
#dbfacc text on a black background
contrast 18.56:1
Card sample
#dbfacc text on a white background
contrast 1.13:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dbfacc;
Background color
Panel with #dbfacc background
background-color: #dbfacc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dbfacc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(219, 250, 204, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(219, 250, 204, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dbfacc; background: linear-gradient(135deg, #dbfacc, #CCFADC);