#dcfac7
a pale, electric green · cool · closest name: beige
RGB
220, 250, 199
HSL
95°, 84%, 88%
CMYK
12, 0, 20, 2
Luminance
0.8771
Every format
| HEX | #dcfac7 |
| RGB | rgb(220, 250, 199) |
| HSL | hsl(95, 84%, 88%) |
| CMYK | cmyk(12%, 0%, 20%, 2%) |
| LAB | lab(95.0 -18.6 21.3) |
| LCH | lch(95.0 28.3 131.2) |
| OKLCH | oklch(0.951 0.074 132.6) |
Copy-ready code
/* CSS */
color: #dcfac7;
background-color: #dcfac7;
/* Tailwind (arbitrary) */
class="text-[#dcfac7] bg-[#dcfac7]"
/* SCSS */
$brand: #dcfac7;
/* SwiftUI */
Color(red: 0.863, green: 0.980, blue: 0.780)
/* Android */
Color.parseColor("#dcfac7")Accessibility — WCAG contrast
Aa
#dcfac7 on white: 1.13:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dcfac7 on black: 18.54:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red86.3%
Green98.0%
Blue78.0%
CMYK percentages
Cyan12.0%
Magenta0.0%
Yellow20.4%
Key (black)2.0%
Color previews
#dcfac7 text on a black background
contrast 18.54:1
Card sample
#dcfac7 text on a white background
contrast 1.13:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dcfac7;
Background color
Panel with #dcfac7 background
background-color: #dcfac7;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dcfac7;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(220, 250, 199, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(220, 250, 199, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dcfac7; background: linear-gradient(135deg, #dcfac7, #C7FAD4);