#d3cef3
a pale, vivid blue · warm · closest name: lavender
RGB
211, 206, 243
HSL
248°, 61%, 88%
CMYK
13, 15, 0, 5
Luminance
0.6446
Every format
| HEX | #d3cef3 |
| RGB | rgb(211, 206, 243) |
| HSL | hsl(248, 61%, 88%) |
| CMYK | cmyk(13%, 15%, 0%, 5%) |
| LAB | lab(84.2 8.8 -17.5) |
| LCH | lch(84.2 19.6 296.8) |
| OKLCH | oklch(0.867 0.051 291.5) |
Copy-ready code
/* CSS */
color: #d3cef3;
background-color: #d3cef3;
/* Tailwind (arbitrary) */
class="text-[#d3cef3] bg-[#d3cef3]"
/* SCSS */
$brand: #d3cef3;
/* SwiftUI */
Color(red: 0.827, green: 0.808, blue: 0.953)
/* Android */
Color.parseColor("#d3cef3")Accessibility — WCAG contrast
Aa
#d3cef3 on white: 1.51:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#d3cef3 on black: 13.89:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red82.7%
Green80.8%
Blue95.3%
CMYK percentages
Cyan13.2%
Magenta15.2%
Yellow0.0%
Key (black)4.7%
Color previews
#d3cef3 text on a black background
contrast 13.89:1
Card sample
#d3cef3 text on a white background
contrast 1.51:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #d3cef3;
Background color
Panel with #d3cef3 background
background-color: #d3cef3;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #d3cef3;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(211, 206, 243, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(211, 206, 243, 0.45);
Border & gradient
Gradient panel
border: 3px solid #d3cef3; background: linear-gradient(135deg, #d3cef3, #ECCEF3);