#dffeee
a pale, electric green · cool · closest name: ivory
RGB
223, 254, 238
HSL
149°, 94%, 94%
CMYK
12, 0, 6, 0
Luminance
0.9274
Every format
| HEX | #dffeee |
| RGB | rgb(223, 254, 238) |
| HSL | hsl(149, 94%, 94%) |
| CMYK | cmyk(12%, 0%, 6%, 0%) |
| LAB | lab(97.1 -13.0 4.3) |
| LCH | lch(97.1 13.7 161.8) |
| OKLCH | oklch(0.970 0.038 163.2) |
Copy-ready code
/* CSS */
color: #dffeee;
background-color: #dffeee;
/* Tailwind (arbitrary) */
class="text-[#dffeee] bg-[#dffeee]"
/* SCSS */
$brand: #dffeee;
/* SwiftUI */
Color(red: 0.875, green: 0.996, blue: 0.933)
/* Android */
Color.parseColor("#dffeee")Accessibility — WCAG contrast
Aa
#dffeee on white: 1.07:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dffeee on black: 19.55:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green99.6%
Blue93.3%
CMYK percentages
Cyan12.2%
Magenta0.0%
Yellow6.3%
Key (black)0.4%
Color previews
#dffeee text on a black background
contrast 19.55:1
Card sample
#dffeee text on a white background
contrast 1.07:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dffeee;
Background color
Panel with #dffeee background
background-color: #dffeee;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dffeee;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 254, 238, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 254, 238, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dffeee; background: linear-gradient(135deg, #dffeee, #DFF9FE);