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