#dfffe8
a pale, electric green · cool · closest name: beige
RGB
223, 255, 232
HSL
137°, 100%, 94%
CMYK
13, 0, 9, 0
Luminance
0.9303
Every format
| HEX | #dfffe8 |
| RGB | rgb(223, 255, 232) |
| HSL | hsl(137, 100%, 94%) |
| CMYK | cmyk(13%, 0%, 9%, 0%) |
| LAB | lab(97.2 -14.5 7.5) |
| LCH | lch(97.2 16.4 152.7) |
| OKLCH | oklch(0.971 0.045 154.2) |
Copy-ready code
/* CSS */
color: #dfffe8;
background-color: #dfffe8;
/* Tailwind (arbitrary) */
class="text-[#dfffe8] bg-[#dfffe8]"
/* SCSS */
$brand: #dfffe8;
/* SwiftUI */
Color(red: 0.875, green: 1.000, blue: 0.910)
/* Android */
Color.parseColor("#dfffe8")Accessibility — WCAG contrast
Aa
#dfffe8 on white: 1.07:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dfffe8 on black: 19.61:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green100.0%
Blue91.0%
CMYK percentages
Cyan12.5%
Magenta0.0%
Yellow9.0%
Key (black)0.0%
Color previews
#dfffe8 text on a black background
contrast 19.61:1
Card sample
#dfffe8 text on a white background
contrast 1.07:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dfffe8;
Background color
Panel with #dfffe8 background
background-color: #dfffe8;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dfffe8;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 255, 232, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 255, 232, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dfffe8; background: linear-gradient(135deg, #dfffe8, #DFFFFD);