#dafcda
a pale, electric green · cool · closest name: beige
RGB
218, 252, 218
HSL
120°, 85%, 92%
CMYK
14, 0, 14, 1
Luminance
0.8959
Every format
| HEX | #dafcda |
| RGB | rgb(218, 252, 218) |
| HSL | hsl(120, 85%, 92%) |
| CMYK | cmyk(14%, 0%, 14%, 1%) |
| LAB | lab(95.8 -17.2 12.6) |
| LCH | lch(95.8 21.3 143.6) |
| OKLCH | oklch(0.958 0.057 145.1) |
Copy-ready code
/* CSS */
color: #dafcda;
background-color: #dafcda;
/* Tailwind (arbitrary) */
class="text-[#dafcda] bg-[#dafcda]"
/* SCSS */
$brand: #dafcda;
/* SwiftUI */
Color(red: 0.855, green: 0.988, blue: 0.855)
/* Android */
Color.parseColor("#dafcda")Accessibility — WCAG contrast
Aa
#dafcda on white: 1.11:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dafcda on black: 18.92:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red85.5%
Green98.8%
Blue85.5%
CMYK percentages
Cyan13.5%
Magenta0.0%
Yellow13.5%
Key (black)1.2%
Color previews
#dafcda text on a black background
contrast 18.92:1
Card sample
#dafcda text on a white background
contrast 1.11:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dafcda;
Background color
Panel with #dafcda background
background-color: #dafcda;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dafcda;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(218, 252, 218, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(218, 252, 218, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dafcda; background: linear-gradient(135deg, #dafcda, #DAFCF1);