#d3cdfb
a pale, electric blue · warm · closest name: lavender
RGB
211, 205, 251
HSL
248°, 85%, 89%
CMYK
16, 18, 0, 2
Luminance
0.6448
Every format
| HEX | #d3cdfb |
| RGB | rgb(211, 205, 251) |
| HSL | hsl(248, 85%, 89%) |
| CMYK | cmyk(16%, 18%, 0%, 2%) |
| LAB | lab(84.2 11.0 -21.8) |
| LCH | lch(84.2 24.4 296.9) |
| OKLCH | oklch(0.868 0.063 291.0) |
Copy-ready code
/* CSS */
color: #d3cdfb;
background-color: #d3cdfb;
/* Tailwind (arbitrary) */
class="text-[#d3cdfb] bg-[#d3cdfb]"
/* SCSS */
$brand: #d3cdfb;
/* SwiftUI */
Color(red: 0.827, green: 0.804, blue: 0.984)
/* Android */
Color.parseColor("#d3cdfb")Accessibility — WCAG contrast
Aa
#d3cdfb on white: 1.51:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#d3cdfb on black: 13.90:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red82.7%
Green80.4%
Blue98.4%
CMYK percentages
Cyan15.9%
Magenta18.3%
Yellow0.0%
Key (black)1.6%
Color previews
#d3cdfb text on a black background
contrast 13.90:1
Card sample
#d3cdfb text on a white background
contrast 1.51:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #d3cdfb;
Background color
Panel with #d3cdfb background
background-color: #d3cdfb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #d3cdfb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(211, 205, 251, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(211, 205, 251, 0.45);
Border & gradient
Gradient panel
border: 3px solid #d3cdfb; background: linear-gradient(135deg, #d3cdfb, #F2CDFB);