#dcfefc
a pale, electric cyan · cool · closest name: white
RGB
220, 254, 252
HSL
177°, 94%, 93%
CMYK
13, 0, 1, 0
Luminance
0.9313
Every format
| HEX | #dcfefc |
| RGB | rgb(220, 254, 252) |
| HSL | hsl(177, 94%, 93%) |
| CMYK | cmyk(13%, 0%, 1%, 0%) |
| LAB | lab(97.3 -11.3 -2.7) |
| LCH | lch(97.3 11.6 193.6) |
| OKLCH | oklch(0.972 0.035 192.2) |
Copy-ready code
/* CSS */
color: #dcfefc;
background-color: #dcfefc;
/* Tailwind (arbitrary) */
class="text-[#dcfefc] bg-[#dcfefc]"
/* SCSS */
$brand: #dcfefc;
/* SwiftUI */
Color(red: 0.863, green: 0.996, blue: 0.988)
/* Android */
Color.parseColor("#dcfefc")Accessibility — WCAG contrast
Aa
#dcfefc on white: 1.07:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dcfefc on black: 19.63:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red86.3%
Green99.6%
Blue98.8%
CMYK percentages
Cyan13.4%
Magenta0.0%
Yellow0.8%
Key (black)0.4%
Color previews
#dcfefc text on a black background
contrast 19.63:1
Card sample
#dcfefc text on a white background
contrast 1.07:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dcfefc;
Background color
Panel with #dcfefc background
background-color: #dcfefc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dcfefc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(220, 254, 252, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(220, 254, 252, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dcfefc; background: linear-gradient(135deg, #dcfefc, #DCE9FE);