#d8cfeb
a pale, soft violet · warm · closest name: lavender
RGB
216, 207, 235
HSL
259°, 41%, 87%
CMYK
8, 12, 0, 8
Luminance
0.6522
Every format
| HEX | #d8cfeb |
| RGB | rgb(216, 207, 235) |
| HSL | hsl(259, 41%, 87%) |
| CMYK | cmyk(8%, 12%, 0%, 8%) |
| LAB | lab(84.6 8.3 -12.7) |
| LCH | lch(84.6 15.1 303.3) |
| OKLCH | oklch(0.870 0.039 300.2) |
Copy-ready code
/* CSS */
color: #d8cfeb;
background-color: #d8cfeb;
/* Tailwind (arbitrary) */
class="text-[#d8cfeb] bg-[#d8cfeb]"
/* SCSS */
$brand: #d8cfeb;
/* SwiftUI */
Color(red: 0.847, green: 0.812, blue: 0.922)
/* Android */
Color.parseColor("#d8cfeb")Accessibility — WCAG contrast
Aa
#d8cfeb on white: 1.50:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#d8cfeb on black: 14.04:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red84.7%
Green81.2%
Blue92.2%
CMYK percentages
Cyan8.1%
Magenta11.9%
Yellow0.0%
Key (black)7.8%
Color previews
#d8cfeb text on a black background
contrast 14.04:1
Card sample
#d8cfeb text on a white background
contrast 1.50:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #d8cfeb;
Background color
Panel with #d8cfeb background
background-color: #d8cfeb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #d8cfeb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(216, 207, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(216, 207, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #d8cfeb; background: linear-gradient(135deg, #d8cfeb, #EBCFEB);