#d4ceeb
a pale, soft blue · warm · closest name: lavender
RGB
212, 206, 235
HSL
252°, 42%, 87%
CMYK
10, 12, 0, 8
Luminance
0.6414
Every format
| HEX | #d4ceeb |
| RGB | rgb(212, 206, 235) |
| HSL | hsl(252, 42%, 87%) |
| CMYK | cmyk(10%, 12%, 0%, 8%) |
| LAB | lab(84.0 7.5 -13.5) |
| LCH | lch(84.0 15.5 299.1) |
| OKLCH | oklch(0.865 0.040 295.0) |
Copy-ready code
/* CSS */
color: #d4ceeb;
background-color: #d4ceeb;
/* Tailwind (arbitrary) */
class="text-[#d4ceeb] bg-[#d4ceeb]"
/* SCSS */
$brand: #d4ceeb;
/* SwiftUI */
Color(red: 0.831, green: 0.808, blue: 0.922)
/* Android */
Color.parseColor("#d4ceeb")Accessibility — WCAG contrast
Aa
#d4ceeb on white: 1.52:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#d4ceeb on black: 13.83:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red83.1%
Green80.8%
Blue92.2%
CMYK percentages
Cyan9.8%
Magenta12.3%
Yellow0.0%
Key (black)7.8%
Color previews
#d4ceeb text on a black background
contrast 13.83:1
Card sample
#d4ceeb text on a white background
contrast 1.52:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #d4ceeb;
Background color
Panel with #d4ceeb background
background-color: #d4ceeb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #d4ceeb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(212, 206, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(212, 206, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #d4ceeb; background: linear-gradient(135deg, #d4ceeb, #E7CEEB);