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