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