#dfffe1
a pale, electric green · cool · closest name: beige
RGB
223, 255, 225
HSL
124°, 100%, 94%
CMYK
13, 0, 12, 0
Luminance
0.9264
Every format
| HEX | #dfffe1 |
| RGB | rgb(223, 255, 225) |
| HSL | hsl(124, 100%, 94%) |
| CMYK | cmyk(13%, 0%, 12%, 0%) |
| LAB | lab(97.1 -15.8 10.9) |
| LCH | lch(97.1 19.2 145.4) |
| OKLCH | oklch(0.969 0.052 146.9) |
Copy-ready code
/* CSS */
color: #dfffe1;
background-color: #dfffe1;
/* Tailwind (arbitrary) */
class="text-[#dfffe1] bg-[#dfffe1]"
/* SCSS */
$brand: #dfffe1;
/* SwiftUI */
Color(red: 0.875, green: 1.000, blue: 0.882)
/* Android */
Color.parseColor("#dfffe1")Accessibility — WCAG contrast
Aa
#dfffe1 on white: 1.08:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dfffe1 on black: 19.53:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green100.0%
Blue88.2%
CMYK percentages
Cyan12.5%
Magenta0.0%
Yellow11.8%
Key (black)0.0%
Color previews
#dfffe1 text on a black background
contrast 19.53:1
Card sample
#dfffe1 text on a white background
contrast 1.08:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dfffe1;
Background color
Panel with #dfffe1 background
background-color: #dfffe1;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dfffe1;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 255, 225, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 255, 225, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dfffe1; background: linear-gradient(135deg, #dfffe1, #DFFFF6);