#dcfff2
a pale, electric green · cool · closest name: ivory
RGB
220, 255, 242
HSL
158°, 100%, 93%
CMYK
14, 0, 5, 0
Luminance
0.9315
Every format
| HEX | #dcfff2 |
| RGB | rgb(220, 255, 242) |
| HSL | hsl(158, 100%, 93%) |
| CMYK | cmyk(14%, 0%, 5%, 0%) |
| LAB | lab(97.3 -13.7 2.4) |
| LCH | lch(97.3 13.9 169.9) |
| OKLCH | oklch(0.972 0.040 171.0) |
Copy-ready code
/* CSS */
color: #dcfff2;
background-color: #dcfff2;
/* Tailwind (arbitrary) */
class="text-[#dcfff2] bg-[#dcfff2]"
/* SCSS */
$brand: #dcfff2;
/* SwiftUI */
Color(red: 0.863, green: 1.000, blue: 0.949)
/* Android */
Color.parseColor("#dcfff2")Accessibility — WCAG contrast
Aa
#dcfff2 on white: 1.07:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dcfff2 on black: 19.63:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red86.3%
Green100.0%
Blue94.9%
CMYK percentages
Cyan13.7%
Magenta0.0%
Yellow5.1%
Key (black)0.0%
Color previews
#dcfff2 text on a black background
contrast 19.63:1
Card sample
#dcfff2 text on a white background
contrast 1.07:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dcfff2;
Background color
Panel with #dcfff2 background
background-color: #dcfff2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dcfff2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(220, 255, 242, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(220, 255, 242, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dcfff2; background: linear-gradient(135deg, #dcfff2, #DCF5FF);