#d2cef6
a pale, vivid blue · warm · closest name: lavender
RGB
210, 206, 246
HSL
246°, 69%, 89%
CMYK
15, 16, 0, 4
Luminance
0.6450
Every format
| HEX | #d2cef6 |
| RGB | rgb(210, 206, 246) |
| HSL | hsl(246, 69%, 89%) |
| CMYK | cmyk(15%, 16%, 0%, 4%) |
| LAB | lab(84.2 9.2 -19.1) |
| LCH | lch(84.2 21.2 295.6) |
| OKLCH | oklch(0.867 0.055 289.8) |
Copy-ready code
/* CSS */
color: #d2cef6;
background-color: #d2cef6;
/* Tailwind (arbitrary) */
class="text-[#d2cef6] bg-[#d2cef6]"
/* SCSS */
$brand: #d2cef6;
/* SwiftUI */
Color(red: 0.824, green: 0.808, blue: 0.965)
/* Android */
Color.parseColor("#d2cef6")Accessibility — WCAG contrast
Aa
#d2cef6 on white: 1.51:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#d2cef6 on black: 13.90:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red82.4%
Green80.8%
Blue96.5%
CMYK percentages
Cyan14.6%
Magenta16.3%
Yellow0.0%
Key (black)3.5%
Color previews
#d2cef6 text on a black background
contrast 13.90:1
Card sample
#d2cef6 text on a white background
contrast 1.51:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #d2cef6;
Background color
Panel with #d2cef6 background
background-color: #d2cef6;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #d2cef6;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(210, 206, 246, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(210, 206, 246, 0.45);
Border & gradient
Gradient panel
border: 3px solid #d2cef6; background: linear-gradient(135deg, #d2cef6, #EDCEF6);