#d3cef7
a pale, vivid blue · warm · closest name: lavender
RGB
211, 206, 247
HSL
247°, 72%, 89%
CMYK
15, 17, 0, 3
Luminance
0.6471
Every format
| HEX | #d3cef7 |
| RGB | rgb(211, 206, 247) |
| HSL | hsl(247, 72%, 89%) |
| CMYK | cmyk(15%, 17%, 0%, 3%) |
| LAB | lab(84.3 9.7 -19.5) |
| LCH | lch(84.3 21.7 296.4) |
| OKLCH | oklch(0.869 0.057 290.8) |
Copy-ready code
/* CSS */
color: #d3cef7;
background-color: #d3cef7;
/* Tailwind (arbitrary) */
class="text-[#d3cef7] bg-[#d3cef7]"
/* SCSS */
$brand: #d3cef7;
/* SwiftUI */
Color(red: 0.827, green: 0.808, blue: 0.969)
/* Android */
Color.parseColor("#d3cef7")Accessibility — WCAG contrast
Aa
#d3cef7 on white: 1.51:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#d3cef7 on black: 13.94:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red82.7%
Green80.8%
Blue96.9%
CMYK percentages
Cyan14.6%
Magenta16.6%
Yellow0.0%
Key (black)3.1%
Color previews
#d3cef7 text on a black background
contrast 13.94:1
Card sample
#d3cef7 text on a white background
contrast 1.51:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #d3cef7;
Background color
Panel with #d3cef7 background
background-color: #d3cef7;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #d3cef7;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(211, 206, 247, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(211, 206, 247, 0.45);
Border & gradient
Gradient panel
border: 3px solid #d3cef7; background: linear-gradient(135deg, #d3cef7, #EECEF7);