#dcdfff
a pale, electric blue · warm · closest name: lavender
RGB
220, 223, 255
HSL
235°, 100%, 93%
CMYK
14, 13, 0, 0
Luminance
0.7521
Every format
| HEX | #dcdfff |
| RGB | rgb(220, 223, 255) |
| HSL | hsl(235, 100%, 93%) |
| CMYK | cmyk(14%, 13%, 0%, 0%) |
| LAB | lab(89.5 5.2 -15.8) |
| LCH | lch(89.5 16.7 288.1) |
| OKLCH | oklch(0.911 0.044 281.2) |
Copy-ready code
/* CSS */
color: #dcdfff;
background-color: #dcdfff;
/* Tailwind (arbitrary) */
class="text-[#dcdfff] bg-[#dcdfff]"
/* SCSS */
$brand: #dcdfff;
/* SwiftUI */
Color(red: 0.863, green: 0.875, blue: 1.000)
/* Android */
Color.parseColor("#dcdfff")Accessibility — WCAG contrast
Aa
#dcdfff on white: 1.31:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dcdfff on black: 16.04:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red86.3%
Green87.5%
Blue100.0%
CMYK percentages
Cyan13.7%
Magenta12.5%
Yellow0.0%
Key (black)0.0%
Color previews
#dcdfff text on a black background
contrast 16.04:1
Card sample
#dcdfff text on a white background
contrast 1.31:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dcdfff;
Background color
Panel with #dcdfff background
background-color: #dcdfff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dcdfff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(220, 223, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(220, 223, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dcdfff; background: linear-gradient(135deg, #dcdfff, #F0DCFF);