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