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