#dcfeee
a pale, electric green · cool · closest name: ivory
RGB
220, 254, 238
HSL
152°, 94%, 93%
CMYK
13, 0, 6, 0
Luminance
0.9227
Every format
| HEX | #dcfeee |
| RGB | rgb(220, 254, 238) |
| HSL | hsl(152, 94%, 93%) |
| CMYK | cmyk(13%, 0%, 6%, 0%) |
| LAB | lab(96.9 -13.9 4.0) |
| LCH | lch(96.9 14.5 164.1) |
| OKLCH | oklch(0.968 0.041 165.5) |
Copy-ready code
/* CSS */
color: #dcfeee;
background-color: #dcfeee;
/* Tailwind (arbitrary) */
class="text-[#dcfeee] bg-[#dcfeee]"
/* SCSS */
$brand: #dcfeee;
/* SwiftUI */
Color(red: 0.863, green: 0.996, blue: 0.933)
/* Android */
Color.parseColor("#dcfeee")Accessibility — WCAG contrast
Aa
#dcfeee on white: 1.08:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dcfeee on black: 19.45:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red86.3%
Green99.6%
Blue93.3%
CMYK percentages
Cyan13.4%
Magenta0.0%
Yellow6.3%
Key (black)0.4%
Color previews
#dcfeee text on a black background
contrast 19.45:1
Card sample
#dcfeee text on a white background
contrast 1.08:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dcfeee;
Background color
Panel with #dcfeee background
background-color: #dcfeee;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dcfeee;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(220, 254, 238, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(220, 254, 238, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dcfeee; background: linear-gradient(135deg, #dcfeee, #DCF7FE);