#d8cfff
a pale, electric blue · warm · closest name: lavender
RGB
216, 207, 255
HSL
251°, 100%, 91%
CMYK
15, 19, 0, 0
Luminance
0.6644
Every format
| HEX | #d8cfff |
| RGB | rgb(216, 207, 255) |
| HSL | hsl(251, 100%, 91%) |
| CMYK | cmyk(15%, 19%, 0%, 0%) |
| LAB | lab(85.2 12.4 -22.3) |
| LCH | lch(85.2 25.5 299.0) |
| OKLCH | oklch(0.877 0.066 293.6) |
Copy-ready code
/* CSS */
color: #d8cfff;
background-color: #d8cfff;
/* Tailwind (arbitrary) */
class="text-[#d8cfff] bg-[#d8cfff]"
/* SCSS */
$brand: #d8cfff;
/* SwiftUI */
Color(red: 0.847, green: 0.812, blue: 1.000)
/* Android */
Color.parseColor("#d8cfff")Accessibility — WCAG contrast
Aa
#d8cfff on white: 1.47:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#d8cfff on black: 14.29:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red84.7%
Green81.2%
Blue100.0%
CMYK percentages
Cyan15.3%
Magenta18.8%
Yellow0.0%
Key (black)0.0%
Color previews
#d8cfff text on a black background
contrast 14.29:1
Card sample
#d8cfff text on a white background
contrast 1.47:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #d8cfff;
Background color
Panel with #d8cfff background
background-color: #d8cfff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #d8cfff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(216, 207, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(216, 207, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #d8cfff; background: linear-gradient(135deg, #d8cfff, #F8CFFF);