#d3ccfd
a pale, electric blue · warm · closest name: lavender
RGB
211, 204, 253
HSL
249°, 93%, 90%
CMYK
17, 19, 0, 1
Luminance
0.6413
Every format
| HEX | #d3ccfd |
| RGB | rgb(211, 204, 253) |
| HSL | hsl(249, 93%, 90%) |
| CMYK | cmyk(17%, 19%, 0%, 1%) |
| LAB | lab(84.0 12.0 -23.1) |
| LCH | lch(84.0 26.0 297.5) |
| OKLCH | oklch(0.867 0.068 291.5) |
Copy-ready code
/* CSS */
color: #d3ccfd;
background-color: #d3ccfd;
/* Tailwind (arbitrary) */
class="text-[#d3ccfd] bg-[#d3ccfd]"
/* SCSS */
$brand: #d3ccfd;
/* SwiftUI */
Color(red: 0.827, green: 0.800, blue: 0.992)
/* Android */
Color.parseColor("#d3ccfd")Accessibility — WCAG contrast
Aa
#d3ccfd on white: 1.52:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#d3ccfd on black: 13.83:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red82.7%
Green80.0%
Blue99.2%
CMYK percentages
Cyan16.6%
Magenta19.4%
Yellow0.0%
Key (black)0.8%
Color previews
#d3ccfd text on a black background
contrast 13.83:1
Card sample
#d3ccfd text on a white background
contrast 1.52:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #d3ccfd;
Background color
Panel with #d3ccfd background
background-color: #d3ccfd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #d3ccfd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(211, 204, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(211, 204, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #d3ccfd; background: linear-gradient(135deg, #d3ccfd, #F4CCFD);