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