#d3ceff
a pale, electric blue · warm · closest name: lavender
RGB
211, 206, 255
HSL
246°, 100%, 90%
CMYK
17, 19, 0, 0
Luminance
0.6521
Every format
| HEX | #d3ceff |
| RGB | rgb(211, 206, 255) |
| HSL | hsl(246, 100%, 90%) |
| CMYK | cmyk(17%, 19%, 0%, 0%) |
| LAB | lab(84.6 11.4 -23.3) |
| LCH | lch(84.6 25.9 296.0) |
| OKLCH | oklch(0.871 0.068 289.6) |
Copy-ready code
/* CSS */
color: #d3ceff;
background-color: #d3ceff;
/* Tailwind (arbitrary) */
class="text-[#d3ceff] bg-[#d3ceff]"
/* SCSS */
$brand: #d3ceff;
/* SwiftUI */
Color(red: 0.827, green: 0.808, blue: 1.000)
/* Android */
Color.parseColor("#d3ceff")Accessibility — WCAG contrast
Aa
#d3ceff on white: 1.50:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#d3ceff on black: 14.04:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red82.7%
Green80.8%
Blue100.0%
CMYK percentages
Cyan17.3%
Magenta19.2%
Yellow0.0%
Key (black)0.0%
Color previews
#d3ceff text on a black background
contrast 14.04:1
Card sample
#d3ceff text on a white background
contrast 1.50:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #d3ceff;
Background color
Panel with #d3ceff background
background-color: #d3ceff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #d3ceff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(211, 206, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(211, 206, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #d3ceff; background: linear-gradient(135deg, #d3ceff, #F4CEFF);