#dcfac2
a pale, electric green · cool · closest name: beige
RGB
220, 250, 194
HSL
92°, 85%, 87%
CMYK
12, 0, 22, 2
Luminance
0.8748
Every format
| HEX | #dcfac2 |
| RGB | rgb(220, 250, 194) |
| HSL | hsl(92, 85%, 87%) |
| CMYK | cmyk(12%, 0%, 22%, 2%) |
| LAB | lab(94.9 -19.4 23.7) |
| LCH | lch(94.9 30.6 129.3) |
| OKLCH | oklch(0.950 0.080 130.8) |
Copy-ready code
/* CSS */
color: #dcfac2;
background-color: #dcfac2;
/* Tailwind (arbitrary) */
class="text-[#dcfac2] bg-[#dcfac2]"
/* SCSS */
$brand: #dcfac2;
/* SwiftUI */
Color(red: 0.863, green: 0.980, blue: 0.761)
/* Android */
Color.parseColor("#dcfac2")Accessibility — WCAG contrast
Aa
#dcfac2 on white: 1.14:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dcfac2 on black: 18.50:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red86.3%
Green98.0%
Blue76.1%
CMYK percentages
Cyan12.0%
Magenta0.0%
Yellow22.4%
Key (black)2.0%
Color previews
#dcfac2 text on a black background
contrast 18.50:1
Card sample
#dcfac2 text on a white background
contrast 1.14:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dcfac2;
Background color
Panel with #dcfac2 background
background-color: #dcfac2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dcfac2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(220, 250, 194, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(220, 250, 194, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dcfac2; background: linear-gradient(135deg, #dcfac2, #C2FACD);