#d3cdfe
a pale, electric blue · warm · closest name: lavender
RGB
211, 205, 254
HSL
247°, 96%, 90%
CMYK
17, 19, 0, 0
Luminance
0.6467
Every format
| HEX | #d3cdfe |
| RGB | rgb(211, 205, 254) |
| HSL | hsl(247, 96%, 90%) |
| CMYK | cmyk(17%, 19%, 0%, 0%) |
| LAB | lab(84.3 11.7 -23.2) |
| LCH | lch(84.3 26.0 296.7) |
| OKLCH | oklch(0.869 0.068 290.5) |
Copy-ready code
/* CSS */
color: #d3cdfe;
background-color: #d3cdfe;
/* Tailwind (arbitrary) */
class="text-[#d3cdfe] bg-[#d3cdfe]"
/* SCSS */
$brand: #d3cdfe;
/* SwiftUI */
Color(red: 0.827, green: 0.804, blue: 0.996)
/* Android */
Color.parseColor("#d3cdfe")Accessibility — WCAG contrast
Aa
#d3cdfe on white: 1.51:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#d3cdfe on black: 13.93:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red82.7%
Green80.4%
Blue99.6%
CMYK percentages
Cyan16.9%
Magenta19.3%
Yellow0.0%
Key (black)0.4%
Color previews
#d3cdfe text on a black background
contrast 13.93:1
Card sample
#d3cdfe text on a white background
contrast 1.51:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #d3cdfe;
Background color
Panel with #d3cdfe background
background-color: #d3cdfe;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #d3cdfe;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(211, 205, 254, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(211, 205, 254, 0.45);
Border & gradient
Gradient panel
border: 3px solid #d3cdfe; background: linear-gradient(135deg, #d3cdfe, #F4CDFE);