#d3cefd
a pale, electric blue · warm · closest name: lavender
RGB
211, 206, 253
HSL
246°, 92%, 90%
CMYK
17, 19, 0, 1
Luminance
0.6508
Every format
| HEX | #d3cefd |
| RGB | rgb(211, 206, 253) |
| HSL | hsl(246, 92%, 90%) |
| CMYK | cmyk(17%, 19%, 0%, 1%) |
| LAB | lab(84.5 10.9 -22.4) |
| LCH | lch(84.5 24.9 296.1) |
| OKLCH | oklch(0.871 0.065 289.9) |
Copy-ready code
/* CSS */
color: #d3cefd;
background-color: #d3cefd;
/* Tailwind (arbitrary) */
class="text-[#d3cefd] bg-[#d3cefd]"
/* SCSS */
$brand: #d3cefd;
/* SwiftUI */
Color(red: 0.827, green: 0.808, blue: 0.992)
/* Android */
Color.parseColor("#d3cefd")Accessibility — WCAG contrast
Aa
#d3cefd on white: 1.50:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#d3cefd on black: 14.02:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red82.7%
Green80.8%
Blue99.2%
CMYK percentages
Cyan16.6%
Magenta18.6%
Yellow0.0%
Key (black)0.8%
Color previews
#d3cefd text on a black background
contrast 14.02:1
Card sample
#d3cefd text on a white background
contrast 1.50:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #d3cefd;
Background color
Panel with #d3cefd background
background-color: #d3cefd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #d3cefd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(211, 206, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(211, 206, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #d3cefd; background: linear-gradient(135deg, #d3cefd, #F2CEFD);