#d7ccfd
a pale, electric blue · warm · closest name: lavender
RGB
215, 204, 253
HSL
254°, 93%, 90%
CMYK
15, 19, 0, 1
Luminance
0.6472
Every format
| HEX | #d7ccfd |
| RGB | rgb(215, 204, 253) |
| HSL | hsl(254, 93%, 90%) |
| CMYK | cmyk(15%, 19%, 0%, 1%) |
| LAB | lab(84.3 13.2 -22.6) |
| LCH | lch(84.3 26.2 300.4) |
| OKLCH | oklch(0.870 0.068 295.2) |
Copy-ready code
/* CSS */
color: #d7ccfd;
background-color: #d7ccfd;
/* Tailwind (arbitrary) */
class="text-[#d7ccfd] bg-[#d7ccfd]"
/* SCSS */
$brand: #d7ccfd;
/* SwiftUI */
Color(red: 0.843, green: 0.800, blue: 0.992)
/* Android */
Color.parseColor("#d7ccfd")Accessibility — WCAG contrast
Aa
#d7ccfd on white: 1.51:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#d7ccfd on black: 13.94:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red84.3%
Green80.0%
Blue99.2%
CMYK percentages
Cyan15.0%
Magenta19.4%
Yellow0.0%
Key (black)0.8%
Color previews
#d7ccfd text on a black background
contrast 13.94:1
Card sample
#d7ccfd text on a white background
contrast 1.51:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #d7ccfd;
Background color
Panel with #d7ccfd background
background-color: #d7ccfd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #d7ccfd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(215, 204, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(215, 204, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #d7ccfd; background: linear-gradient(135deg, #d7ccfd, #F8CCFD);