#d6cdfd
a pale, electric blue · warm · closest name: lavender
RGB
214, 205, 253
HSL
251°, 92%, 90%
CMYK
15, 19, 0, 1
Luminance
0.6505
Every format
| HEX | #d6cdfd |
| RGB | rgb(214, 205, 253) |
| HSL | hsl(251, 92%, 90%) |
| CMYK | cmyk(15%, 19%, 0%, 1%) |
| LAB | lab(84.5 12.4 -22.4) |
| LCH | lch(84.5 25.6 299.0) |
| OKLCH | oklch(0.871 0.066 293.6) |
Copy-ready code
/* CSS */
color: #d6cdfd;
background-color: #d6cdfd;
/* Tailwind (arbitrary) */
class="text-[#d6cdfd] bg-[#d6cdfd]"
/* SCSS */
$brand: #d6cdfd;
/* SwiftUI */
Color(red: 0.839, green: 0.804, blue: 0.992)
/* Android */
Color.parseColor("#d6cdfd")Accessibility — WCAG contrast
Aa
#d6cdfd on white: 1.50:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#d6cdfd on black: 14.01:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red83.9%
Green80.4%
Blue99.2%
CMYK percentages
Cyan15.4%
Magenta19.0%
Yellow0.0%
Key (black)0.8%
Color previews
#d6cdfd text on a black background
contrast 14.01:1
Card sample
#d6cdfd text on a white background
contrast 1.50:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #d6cdfd;
Background color
Panel with #d6cdfd background
background-color: #d6cdfd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #d6cdfd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(214, 205, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(214, 205, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #d6cdfd; background: linear-gradient(135deg, #d6cdfd, #F6CDFD);