#dcfacb
a pale, electric green · cool · closest name: beige
RGB
220, 250, 203
HSL
98°, 83%, 89%
CMYK
12, 0, 19, 2
Luminance
0.8790
Every format
| HEX | #dcfacb |
| RGB | rgb(220, 250, 203) |
| HSL | hsl(98, 83%, 89%) |
| CMYK | cmyk(12%, 0%, 19%, 2%) |
| LAB | lab(95.1 -18.0 19.4) |
| LCH | lch(95.1 26.4 132.9) |
| OKLCH | oklch(0.951 0.069 134.3) |
Copy-ready code
/* CSS */
color: #dcfacb;
background-color: #dcfacb;
/* Tailwind (arbitrary) */
class="text-[#dcfacb] bg-[#dcfacb]"
/* SCSS */
$brand: #dcfacb;
/* SwiftUI */
Color(red: 0.863, green: 0.980, blue: 0.796)
/* Android */
Color.parseColor("#dcfacb")Accessibility — WCAG contrast
Aa
#dcfacb on white: 1.13:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dcfacb on black: 18.58:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red86.3%
Green98.0%
Blue79.6%
CMYK percentages
Cyan12.0%
Magenta0.0%
Yellow18.8%
Key (black)2.0%
Color previews
#dcfacb text on a black background
contrast 18.58:1
Card sample
#dcfacb text on a white background
contrast 1.13:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dcfacb;
Background color
Panel with #dcfacb background
background-color: #dcfacb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dcfacb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(220, 250, 203, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(220, 250, 203, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dcfacb; background: linear-gradient(135deg, #dcfacb, #CBFAD9);