#dcffef
a pale, electric green · cool · closest name: ivory
RGB
220, 255, 239
HSL
153°, 100%, 93%
CMYK
14, 0, 6, 0
Luminance
0.9297
Every format
| HEX | #dcffef |
| RGB | rgb(220, 255, 239) |
| HSL | hsl(153, 100%, 93%) |
| CMYK | cmyk(14%, 0%, 6%, 0%) |
| LAB | lab(97.2 -14.2 3.9) |
| LCH | lch(97.2 14.8 164.8) |
| OKLCH | oklch(0.971 0.042 166.2) |
Copy-ready code
/* CSS */
color: #dcffef;
background-color: #dcffef;
/* Tailwind (arbitrary) */
class="text-[#dcffef] bg-[#dcffef]"
/* SCSS */
$brand: #dcffef;
/* SwiftUI */
Color(red: 0.863, green: 1.000, blue: 0.937)
/* Android */
Color.parseColor("#dcffef")Accessibility — WCAG contrast
Aa
#dcffef on white: 1.07:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dcffef on black: 19.59:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red86.3%
Green100.0%
Blue93.7%
CMYK percentages
Cyan13.7%
Magenta0.0%
Yellow6.3%
Key (black)0.0%
Color previews
#dcffef text on a black background
contrast 19.59:1
Card sample
#dcffef text on a white background
contrast 1.07:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dcffef;
Background color
Panel with #dcffef background
background-color: #dcffef;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dcffef;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(220, 255, 239, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(220, 255, 239, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dcffef; background: linear-gradient(135deg, #dcffef, #DCF8FF);