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