#daffcf
a pale, electric green · cool · closest name: beige
RGB
218, 255, 207
HSL
106°, 100%, 91%
CMYK
15, 0, 19, 0
Luminance
0.9093
Every format
| HEX | #daffcf |
| RGB | rgb(218, 255, 207) |
| HSL | hsl(106, 100%, 91%) |
| CMYK | cmyk(15%, 0%, 19%, 0%) |
| LAB | lab(96.4 -20.4 19.1) |
| LCH | lch(96.4 28.0 137.0) |
| OKLCH | oklch(0.961 0.074 138.6) |
Copy-ready code
/* CSS */
color: #daffcf;
background-color: #daffcf;
/* Tailwind (arbitrary) */
class="text-[#daffcf] bg-[#daffcf]"
/* SCSS */
$brand: #daffcf;
/* SwiftUI */
Color(red: 0.855, green: 1.000, blue: 0.812)
/* Android */
Color.parseColor("#daffcf")Accessibility — WCAG contrast
Aa
#daffcf on white: 1.09:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#daffcf on black: 19.19:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red85.5%
Green100.0%
Blue81.2%
CMYK percentages
Cyan14.5%
Magenta0.0%
Yellow18.8%
Key (black)0.0%
Color previews
#daffcf text on a black background
contrast 19.19:1
Card sample
#daffcf text on a white background
contrast 1.09:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #daffcf;
Background color
Panel with #daffcf background
background-color: #daffcf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #daffcf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(218, 255, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(218, 255, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #daffcf; background: linear-gradient(135deg, #daffcf, #CFFFE4);