#dcf1ff
a pale, electric blue · cool · closest name: lavender
RGB
220, 241, 255
HSL
204°, 100%, 93%
CMYK
14, 6, 0, 0
Luminance
0.8535
Every format
| HEX | #dcf1ff |
| RGB | rgb(220, 241, 255) |
| HSL | hsl(204, 100%, 93%) |
| CMYK | cmyk(14%, 6%, 0%, 0%) |
| LAB | lab(94.0 -4.1 -9.1) |
| LCH | lch(94.0 10.0 245.5) |
| OKLCH | oklch(0.947 0.029 236.9) |
Copy-ready code
/* CSS */
color: #dcf1ff;
background-color: #dcf1ff;
/* Tailwind (arbitrary) */
class="text-[#dcf1ff] bg-[#dcf1ff]"
/* SCSS */
$brand: #dcf1ff;
/* SwiftUI */
Color(red: 0.863, green: 0.945, blue: 1.000)
/* Android */
Color.parseColor("#dcf1ff")Accessibility — WCAG contrast
Aa
#dcf1ff on white: 1.16:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dcf1ff on black: 18.07:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red86.3%
Green94.5%
Blue100.0%
CMYK percentages
Cyan13.7%
Magenta5.5%
Yellow0.0%
Key (black)0.0%
Color previews
#dcf1ff text on a black background
contrast 18.07:1
Card sample
#dcf1ff text on a white background
contrast 1.16:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dcf1ff;
Background color
Panel with #dcf1ff background
background-color: #dcf1ff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dcf1ff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(220, 241, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(220, 241, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dcf1ff; background: linear-gradient(135deg, #dcf1ff, #DEDCFF);