#d2ceee
a pale, vivid blue · warm · closest name: lavender
RGB
210, 206, 238
HSL
248°, 49%, 87%
CMYK
12, 13, 0, 7
Luminance
0.6402
Every format
| HEX | #d2ceee |
| RGB | rgb(210, 206, 238) |
| HSL | hsl(248, 49%, 87%) |
| CMYK | cmyk(12%, 13%, 0%, 7%) |
| LAB | lab(84.0 7.5 -15.2) |
| LCH | lch(84.0 17.0 296.2) |
| OKLCH | oklch(0.865 0.044 291.2) |
Copy-ready code
/* CSS */
color: #d2ceee;
background-color: #d2ceee;
/* Tailwind (arbitrary) */
class="text-[#d2ceee] bg-[#d2ceee]"
/* SCSS */
$brand: #d2ceee;
/* SwiftUI */
Color(red: 0.824, green: 0.808, blue: 0.933)
/* Android */
Color.parseColor("#d2ceee")Accessibility — WCAG contrast
Aa
#d2ceee on white: 1.52:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#d2ceee on black: 13.80:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red82.4%
Green80.8%
Blue93.3%
CMYK percentages
Cyan11.8%
Magenta13.4%
Yellow0.0%
Key (black)6.7%
Color previews
#d2ceee text on a black background
contrast 13.80:1
Card sample
#d2ceee text on a white background
contrast 1.52:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #d2ceee;
Background color
Panel with #d2ceee background
background-color: #d2ceee;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #d2ceee;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(210, 206, 238, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(210, 206, 238, 0.45);
Border & gradient
Gradient panel
border: 3px solid #d2ceee; background: linear-gradient(135deg, #d2ceee, #E7CEEE);