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