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