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