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