#d6cdfa
a pale, electric blue · warm · closest name: lavender
RGB
214, 205, 250
HSL
252°, 82%, 89%
CMYK
14, 18, 0, 2
Luminance
0.6486
Every format
| HEX | #d6cdfa |
| RGB | rgb(214, 205, 250) |
| HSL | hsl(252, 82%, 89%) |
| CMYK | cmyk(14%, 18%, 0%, 2%) |
| LAB | lab(84.4 11.8 -20.9) |
| LCH | lch(84.4 24.0 299.4) |
| OKLCH | oklch(0.870 0.062 294.2) |
Copy-ready code
/* CSS */
color: #d6cdfa;
background-color: #d6cdfa;
/* Tailwind (arbitrary) */
class="text-[#d6cdfa] bg-[#d6cdfa]"
/* SCSS */
$brand: #d6cdfa;
/* SwiftUI */
Color(red: 0.839, green: 0.804, blue: 0.980)
/* Android */
Color.parseColor("#d6cdfa")Accessibility — WCAG contrast
Aa
#d6cdfa on white: 1.50:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#d6cdfa on black: 13.97:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red83.9%
Green80.4%
Blue98.0%
CMYK percentages
Cyan14.4%
Magenta18.0%
Yellow0.0%
Key (black)2.0%
Color previews
#d6cdfa text on a black background
contrast 13.97:1
Card sample
#d6cdfa text on a white background
contrast 1.50:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #d6cdfa;
Background color
Panel with #d6cdfa background
background-color: #d6cdfa;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #d6cdfa;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(214, 205, 250, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(214, 205, 250, 0.45);
Border & gradient
Gradient panel
border: 3px solid #d6cdfa; background: linear-gradient(135deg, #d6cdfa, #F4CDFA);