#dcf2fe
a pale, electric blue · cool · closest name: lavender
RGB
220, 242, 254
HSL
201°, 94%, 93%
CMYK
13, 5, 0, 0
Luminance
0.8588
Every format
| HEX | #dcf2fe |
| RGB | rgb(220, 242, 254) |
| HSL | hsl(201, 94%, 93%) |
| CMYK | cmyk(13%, 5%, 0%, 0%) |
| LAB | lab(94.3 -4.8 -8.2) |
| LCH | lch(94.3 9.5 239.5) |
| OKLCH | oklch(0.949 0.028 231.4) |
Copy-ready code
/* CSS */
color: #dcf2fe;
background-color: #dcf2fe;
/* Tailwind (arbitrary) */
class="text-[#dcf2fe] bg-[#dcf2fe]"
/* SCSS */
$brand: #dcf2fe;
/* SwiftUI */
Color(red: 0.863, green: 0.949, blue: 0.996)
/* Android */
Color.parseColor("#dcf2fe")Accessibility — WCAG contrast
Aa
#dcf2fe on white: 1.16:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dcf2fe on black: 18.18:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red86.3%
Green94.9%
Blue99.6%
CMYK percentages
Cyan13.4%
Magenta4.7%
Yellow0.0%
Key (black)0.4%
Color previews
#dcf2fe text on a black background
contrast 18.18:1
Card sample
#dcf2fe text on a white background
contrast 1.16:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dcf2fe;
Background color
Panel with #dcf2fe background
background-color: #dcf2fe;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dcf2fe;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(220, 242, 254, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(220, 242, 254, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dcf2fe; background: linear-gradient(135deg, #dcf2fe, #DCDCFE);