#dcfffc
a pale, electric cyan · cool · closest name: white
RGB
220, 255, 252
HSL
175°, 100%, 93%
CMYK
14, 0, 1, 0
Luminance
0.9376
Every format
| HEX | #dcfffc |
| RGB | rgb(220, 255, 252) |
| HSL | hsl(175, 100%, 93%) |
| CMYK | cmyk(14%, 0%, 1%, 0%) |
| LAB | lab(97.5 -11.8 -2.4) |
| LCH | lch(97.5 12.0 191.3) |
| OKLCH | oklch(0.974 0.036 190.3) |
Copy-ready code
/* CSS */
color: #dcfffc;
background-color: #dcfffc;
/* Tailwind (arbitrary) */
class="text-[#dcfffc] bg-[#dcfffc]"
/* SCSS */
$brand: #dcfffc;
/* SwiftUI */
Color(red: 0.863, green: 1.000, blue: 0.988)
/* Android */
Color.parseColor("#dcfffc")Accessibility — WCAG contrast
Aa
#dcfffc on white: 1.06:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dcfffc on black: 19.75:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red86.3%
Green100.0%
Blue98.8%
CMYK percentages
Cyan13.7%
Magenta0.0%
Yellow1.2%
Key (black)0.0%
Color previews
#dcfffc text on a black background
contrast 19.75:1
Card sample
#dcfffc text on a white background
contrast 1.06:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dcfffc;
Background color
Panel with #dcfffc background
background-color: #dcfffc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dcfffc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(220, 255, 252, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(220, 255, 252, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dcfffc; background: linear-gradient(135deg, #dcfffc, #DCEBFF);