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