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