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