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