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