#d4cceb
a pale, soft violet · warm · closest name: lavender
RGB
212, 204, 235
HSL
256°, 44%, 86%
CMYK
10, 13, 0, 8
Luminance
0.6318
Every format
| HEX | #d4cceb |
| RGB | rgb(212, 204, 235) |
| HSL | hsl(256, 44%, 86%) |
| CMYK | cmyk(10%, 13%, 0%, 8%) |
| LAB | lab(83.5 8.6 -14.3) |
| LCH | lch(83.5 16.7 301.1) |
| OKLCH | oklch(0.861 0.043 297.3) |
Copy-ready code
/* CSS */
color: #d4cceb;
background-color: #d4cceb;
/* Tailwind (arbitrary) */
class="text-[#d4cceb] bg-[#d4cceb]"
/* SCSS */
$brand: #d4cceb;
/* SwiftUI */
Color(red: 0.831, green: 0.800, blue: 0.922)
/* Android */
Color.parseColor("#d4cceb")Accessibility — WCAG contrast
Aa
#d4cceb on white: 1.54:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#d4cceb on black: 13.64:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red83.1%
Green80.0%
Blue92.2%
CMYK percentages
Cyan9.8%
Magenta13.2%
Yellow0.0%
Key (black)7.8%
Color previews
#d4cceb text on a black background
contrast 13.64:1
Card sample
#d4cceb text on a white background
contrast 1.54:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #d4cceb;
Background color
Panel with #d4cceb background
background-color: #d4cceb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #d4cceb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(212, 204, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(212, 204, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #d4cceb; background: linear-gradient(135deg, #d4cceb, #E9CCEB);