#dcf2fc
a pale, electric cyan · cool · closest name: lavender
RGB
220, 242, 252
HSL
199°, 84%, 93%
CMYK
13, 4, 0, 1
Luminance
0.8575
Every format
| HEX | #dcf2fc |
| RGB | rgb(220, 242, 252) |
| HSL | hsl(199, 84%, 93%) |
| CMYK | cmyk(13%, 4%, 0%, 1%) |
| LAB | lab(94.2 -5.2 -7.3) |
| LCH | lch(94.2 8.9 234.2) |
| OKLCH | oklch(0.948 0.027 226.8) |
Copy-ready code
/* CSS */
color: #dcf2fc;
background-color: #dcf2fc;
/* Tailwind (arbitrary) */
class="text-[#dcf2fc] bg-[#dcf2fc]"
/* SCSS */
$brand: #dcf2fc;
/* SwiftUI */
Color(red: 0.863, green: 0.949, blue: 0.988)
/* Android */
Color.parseColor("#dcf2fc")Accessibility — WCAG contrast
Aa
#dcf2fc on white: 1.16:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dcf2fc on black: 18.15:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red86.3%
Green94.9%
Blue98.8%
CMYK percentages
Cyan12.7%
Magenta4.0%
Yellow0.0%
Key (black)1.2%
Color previews
#dcf2fc text on a black background
contrast 18.15:1
Card sample
#dcf2fc text on a white background
contrast 1.16:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dcf2fc;
Background color
Panel with #dcf2fc background
background-color: #dcf2fc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dcf2fc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(220, 242, 252, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(220, 242, 252, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dcf2fc; background: linear-gradient(135deg, #dcf2fc, #DCDCFC);