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