#d3ccff
a pale, electric blue · warm · closest name: lavender
RGB
211, 204, 255
HSL
248°, 100%, 90%
CMYK
17, 20, 0, 0
Luminance
0.6425
Every format
| HEX | #d3ccff |
| RGB | rgb(211, 204, 255) |
| HSL | hsl(248, 100%, 90%) |
| CMYK | cmyk(17%, 20%, 0%, 0%) |
| LAB | lab(84.1 12.4 -24.1) |
| LCH | lch(84.1 27.1 297.3) |
| OKLCH | oklch(0.868 0.070 291.1) |
Copy-ready code
/* CSS */
color: #d3ccff;
background-color: #d3ccff;
/* Tailwind (arbitrary) */
class="text-[#d3ccff] bg-[#d3ccff]"
/* SCSS */
$brand: #d3ccff;
/* SwiftUI */
Color(red: 0.827, green: 0.800, blue: 1.000)
/* Android */
Color.parseColor("#d3ccff")Accessibility — WCAG contrast
Aa
#d3ccff on white: 1.52:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#d3ccff on black: 13.85:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red82.7%
Green80.0%
Blue100.0%
CMYK percentages
Cyan17.3%
Magenta20.0%
Yellow0.0%
Key (black)0.0%
Color previews
#d3ccff text on a black background
contrast 13.85:1
Card sample
#d3ccff text on a white background
contrast 1.52:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #d3ccff;
Background color
Panel with #d3ccff background
background-color: #d3ccff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #d3ccff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(211, 204, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(211, 204, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #d3ccff; background: linear-gradient(135deg, #d3ccff, #F5CCFF);