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