#d7cdf8
a pale, electric blue · warm · closest name: lavender
RGB
215, 205, 248
HSL
254°, 75%, 89%
CMYK
13, 17, 0, 3
Luminance
0.6489
Every format
| HEX | #d7cdf8 |
| RGB | rgb(215, 205, 248) |
| HSL | hsl(254, 75%, 89%) |
| CMYK | cmyk(13%, 17%, 0%, 3%) |
| LAB | lab(84.4 11.7 -19.8) |
| LCH | lch(84.4 23.0 300.5) |
| OKLCH | oklch(0.870 0.060 295.8) |
Copy-ready code
/* CSS */
color: #d7cdf8;
background-color: #d7cdf8;
/* Tailwind (arbitrary) */
class="text-[#d7cdf8] bg-[#d7cdf8]"
/* SCSS */
$brand: #d7cdf8;
/* SwiftUI */
Color(red: 0.843, green: 0.804, blue: 0.973)
/* Android */
Color.parseColor("#d7cdf8")Accessibility — WCAG contrast
Aa
#d7cdf8 on white: 1.50:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#d7cdf8 on black: 13.98:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red84.3%
Green80.4%
Blue97.3%
CMYK percentages
Cyan13.3%
Magenta17.3%
Yellow0.0%
Key (black)2.7%
Color previews
#d7cdf8 text on a black background
contrast 13.98:1
Card sample
#d7cdf8 text on a white background
contrast 1.50:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #d7cdf8;
Background color
Panel with #d7cdf8 background
background-color: #d7cdf8;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #d7cdf8;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(215, 205, 248, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(215, 205, 248, 0.45);
Border & gradient
Gradient panel
border: 3px solid #d7cdf8; background: linear-gradient(135deg, #d7cdf8, #F4CDF8);