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