#daffe4
a pale, electric green · cool · closest name: beige
RGB
218, 255, 228
HSL
136°, 100%, 93%
CMYK
15, 0, 11, 0
Luminance
0.9203
Every format
| HEX | #daffe4 |
| RGB | rgb(218, 255, 228) |
| HSL | hsl(136, 100%, 93%) |
| CMYK | cmyk(15%, 0%, 11%, 0%) |
| LAB | lab(96.8 -16.9 8.9) |
| LCH | lch(96.8 19.1 152.1) |
| OKLCH | oklch(0.967 0.052 153.7) |
Copy-ready code
/* CSS */
color: #daffe4;
background-color: #daffe4;
/* Tailwind (arbitrary) */
class="text-[#daffe4] bg-[#daffe4]"
/* SCSS */
$brand: #daffe4;
/* SwiftUI */
Color(red: 0.855, green: 1.000, blue: 0.894)
/* Android */
Color.parseColor("#daffe4")Accessibility — WCAG contrast
Aa
#daffe4 on white: 1.08:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#daffe4 on black: 19.41:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red85.5%
Green100.0%
Blue89.4%
CMYK percentages
Cyan14.5%
Magenta0.0%
Yellow10.6%
Key (black)0.0%
Color previews
#daffe4 text on a black background
contrast 19.41:1
Card sample
#daffe4 text on a white background
contrast 1.08:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #daffe4;
Background color
Panel with #daffe4 background
background-color: #daffe4;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #daffe4;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(218, 255, 228, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(218, 255, 228, 0.45);
Border & gradient
Gradient panel
border: 3px solid #daffe4; background: linear-gradient(135deg, #daffe4, #DAFFFD);