#d7ccee
a pale, vivid violet · warm · closest name: lavender
RGB
215, 204, 238
HSL
259°, 50%, 87%
CMYK
10, 14, 0, 7
Luminance
0.6381
Every format
| HEX | #d7ccee |
| RGB | rgb(215, 204, 238) |
| HSL | hsl(259, 50%, 87%) |
| CMYK | cmyk(10%, 14%, 0%, 7%) |
| LAB | lab(83.9 10.2 -15.3) |
| LCH | lch(83.9 18.4 303.5) |
| OKLCH | oklch(0.865 0.048 300.2) |
Copy-ready code
/* CSS */
color: #d7ccee;
background-color: #d7ccee;
/* Tailwind (arbitrary) */
class="text-[#d7ccee] bg-[#d7ccee]"
/* SCSS */
$brand: #d7ccee;
/* SwiftUI */
Color(red: 0.843, green: 0.800, blue: 0.933)
/* Android */
Color.parseColor("#d7ccee")Accessibility — WCAG contrast
Aa
#d7ccee on white: 1.53:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#d7ccee on black: 13.76:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red84.3%
Green80.0%
Blue93.3%
CMYK percentages
Cyan9.7%
Magenta14.3%
Yellow0.0%
Key (black)6.7%
Color previews
#d7ccee text on a black background
contrast 13.76:1
Card sample
#d7ccee text on a white background
contrast 1.53:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #d7ccee;
Background color
Panel with #d7ccee background
background-color: #d7ccee;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #d7ccee;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(215, 204, 238, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(215, 204, 238, 0.45);
Border & gradient
Gradient panel
border: 3px solid #d7ccee; background: linear-gradient(135deg, #d7ccee, #EECCEE);