#d6cceb
a pale, soft violet · warm · closest name: lavender
RGB
214, 204, 235
HSL
259°, 44%, 86%
CMYK
9, 13, 0, 8
Luminance
0.6348
Every format
| HEX | #d6cceb |
| RGB | rgb(214, 204, 235) |
| HSL | hsl(259, 44%, 86%) |
| CMYK | cmyk(9%, 13%, 0%, 8%) |
| LAB | lab(83.7 9.3 -14.0) |
| LCH | lch(83.7 16.8 303.4) |
| OKLCH | oklch(0.863 0.044 300.2) |
Copy-ready code
/* CSS */
color: #d6cceb;
background-color: #d6cceb;
/* Tailwind (arbitrary) */
class="text-[#d6cceb] bg-[#d6cceb]"
/* SCSS */
$brand: #d6cceb;
/* SwiftUI */
Color(red: 0.839, green: 0.800, blue: 0.922)
/* Android */
Color.parseColor("#d6cceb")Accessibility — WCAG contrast
Aa
#d6cceb on white: 1.53:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#d6cceb on black: 13.70:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red83.9%
Green80.0%
Blue92.2%
CMYK percentages
Cyan8.9%
Magenta13.2%
Yellow0.0%
Key (black)7.8%
Color previews
#d6cceb text on a black background
contrast 13.70:1
Card sample
#d6cceb text on a white background
contrast 1.53:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #d6cceb;
Background color
Panel with #d6cceb background
background-color: #d6cceb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #d6cceb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(214, 204, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(214, 204, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #d6cceb; background: linear-gradient(135deg, #d6cceb, #EBCCEB);