#dbfccc
a pale, electric green · cool · closest name: beige
RGB
219, 252, 204
HSL
101°, 89%, 89%
CMYK
13, 0, 19, 1
Luminance
0.8904
Every format
| HEX | #dbfccc |
| RGB | rgb(219, 252, 204) |
| HSL | hsl(101, 89%, 89%) |
| CMYK | cmyk(13%, 0%, 19%, 1%) |
| LAB | lab(95.6 -19.1 19.5) |
| LCH | lch(95.6 27.3 134.5) |
| OKLCH | oklch(0.955 0.072 135.9) |
Copy-ready code
/* CSS */
color: #dbfccc;
background-color: #dbfccc;
/* Tailwind (arbitrary) */
class="text-[#dbfccc] bg-[#dbfccc]"
/* SCSS */
$brand: #dbfccc;
/* SwiftUI */
Color(red: 0.859, green: 0.988, blue: 0.800)
/* Android */
Color.parseColor("#dbfccc")Accessibility — WCAG contrast
Aa
#dbfccc on white: 1.12:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dbfccc on black: 18.81:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red85.9%
Green98.8%
Blue80.0%
CMYK percentages
Cyan13.1%
Magenta0.0%
Yellow19.0%
Key (black)1.2%
Color previews
#dbfccc text on a black background
contrast 18.81:1
Card sample
#dbfccc text on a white background
contrast 1.12:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dbfccc;
Background color
Panel with #dbfccc background
background-color: #dbfccc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dbfccc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(219, 252, 204, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(219, 252, 204, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dbfccc; background: linear-gradient(135deg, #dbfccc, #CCFCDD);