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