#d3cef5
a pale, vivid blue · warm · closest name: lavender
RGB
211, 206, 245
HSL
248°, 66%, 88%
CMYK
14, 16, 0, 4
Luminance
0.6458
Every format
| HEX | #d3cef5 |
| RGB | rgb(211, 206, 245) |
| HSL | hsl(248, 66%, 88%) |
| CMYK | cmyk(14%, 16%, 0%, 4%) |
| LAB | lab(84.3 9.3 -18.5) |
| LCH | lch(84.3 20.7 296.6) |
| OKLCH | oklch(0.868 0.054 291.1) |
Copy-ready code
/* CSS */
color: #d3cef5;
background-color: #d3cef5;
/* Tailwind (arbitrary) */
class="text-[#d3cef5] bg-[#d3cef5]"
/* SCSS */
$brand: #d3cef5;
/* SwiftUI */
Color(red: 0.827, green: 0.808, blue: 0.961)
/* Android */
Color.parseColor("#d3cef5")Accessibility — WCAG contrast
Aa
#d3cef5 on white: 1.51:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#d3cef5 on black: 13.92:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red82.7%
Green80.8%
Blue96.1%
CMYK percentages
Cyan13.9%
Magenta15.9%
Yellow0.0%
Key (black)3.9%
Color previews
#d3cef5 text on a black background
contrast 13.92:1
Card sample
#d3cef5 text on a white background
contrast 1.51:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #d3cef5;
Background color
Panel with #d3cef5 background
background-color: #d3cef5;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #d3cef5;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(211, 206, 245, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(211, 206, 245, 0.45);
Border & gradient
Gradient panel
border: 3px solid #d3cef5; background: linear-gradient(135deg, #d3cef5, #EDCEF5);