#d7cefd
a pale, electric blue · warm · closest name: lavender
RGB
215, 206, 253
HSL
252°, 92%, 90%
CMYK
15, 19, 0, 1
Luminance
0.6568
Every format
| HEX | #d7cefd |
| RGB | rgb(215, 206, 253) |
| HSL | hsl(252, 92%, 90%) |
| CMYK | cmyk(15%, 19%, 0%, 1%) |
| LAB | lab(84.8 12.2 -21.9) |
| LCH | lch(84.8 25.0 299.1) |
| OKLCH | oklch(0.874 0.065 293.8) |
Copy-ready code
/* CSS */
color: #d7cefd;
background-color: #d7cefd;
/* Tailwind (arbitrary) */
class="text-[#d7cefd] bg-[#d7cefd]"
/* SCSS */
$brand: #d7cefd;
/* SwiftUI */
Color(red: 0.843, green: 0.808, blue: 0.992)
/* Android */
Color.parseColor("#d7cefd")Accessibility — WCAG contrast
Aa
#d7cefd on white: 1.49:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#d7cefd on black: 14.14:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red84.3%
Green80.8%
Blue99.2%
CMYK percentages
Cyan15.0%
Magenta18.6%
Yellow0.0%
Key (black)0.8%
Color previews
#d7cefd text on a black background
contrast 14.14:1
Card sample
#d7cefd text on a white background
contrast 1.49:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #d7cefd;
Background color
Panel with #d7cefd background
background-color: #d7cefd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #d7cefd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(215, 206, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(215, 206, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #d7cefd; background: linear-gradient(135deg, #d7cefd, #F6CEFD);