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