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