#dcefff
a pale, electric blue · cool · closest name: lavender
RGB
220, 239, 255
HSL
207°, 100%, 93%
CMYK
14, 6, 0, 0
Luminance
0.8417
Every format
| HEX | #dcefff |
| RGB | rgb(220, 239, 255) |
| HSL | hsl(207, 100%, 93%) |
| CMYK | cmyk(14%, 6%, 0%, 0%) |
| LAB | lab(93.5 -3.1 -9.8) |
| LCH | lch(93.5 10.3 252.4) |
| OKLCH | oklch(0.943 0.030 243.4) |
Copy-ready code
/* CSS */
color: #dcefff;
background-color: #dcefff;
/* Tailwind (arbitrary) */
class="text-[#dcefff] bg-[#dcefff]"
/* SCSS */
$brand: #dcefff;
/* SwiftUI */
Color(red: 0.863, green: 0.937, blue: 1.000)
/* Android */
Color.parseColor("#dcefff")Accessibility — WCAG contrast
Aa
#dcefff on white: 1.18:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dcefff on black: 17.83:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red86.3%
Green93.7%
Blue100.0%
CMYK percentages
Cyan13.7%
Magenta6.3%
Yellow0.0%
Key (black)0.0%
Color previews
#dcefff text on a black background
contrast 17.83:1
Card sample
#dcefff text on a white background
contrast 1.18:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dcefff;
Background color
Panel with #dcefff background
background-color: #dcefff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dcefff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(220, 239, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(220, 239, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dcefff; background: linear-gradient(135deg, #dcefff, #E0DCFF);