#d3cefc
a pale, electric blue · warm · closest name: lavender
RGB
211, 206, 252
HSL
247°, 89%, 90%
CMYK
16, 18, 0, 1
Luminance
0.6502
Every format
| HEX | #d3cefc |
| RGB | rgb(211, 206, 252) |
| HSL | hsl(247, 89%, 90%) |
| CMYK | cmyk(16%, 18%, 0%, 1%) |
| LAB | lab(84.5 10.7 -21.9) |
| LCH | lch(84.5 24.4 296.1) |
| OKLCH | oklch(0.870 0.063 290.0) |
Copy-ready code
/* CSS */
color: #d3cefc;
background-color: #d3cefc;
/* Tailwind (arbitrary) */
class="text-[#d3cefc] bg-[#d3cefc]"
/* SCSS */
$brand: #d3cefc;
/* SwiftUI */
Color(red: 0.827, green: 0.808, blue: 0.988)
/* Android */
Color.parseColor("#d3cefc")Accessibility — WCAG contrast
Aa
#d3cefc on white: 1.50:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#d3cefc on black: 14.00:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red82.7%
Green80.8%
Blue98.8%
CMYK percentages
Cyan16.3%
Magenta18.3%
Yellow0.0%
Key (black)1.2%
Color previews
#d3cefc text on a black background
contrast 14.00:1
Card sample
#d3cefc text on a white background
contrast 1.50:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #d3cefc;
Background color
Panel with #d3cefc background
background-color: #d3cefc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #d3cefc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(211, 206, 252, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(211, 206, 252, 0.45);
Border & gradient
Gradient panel
border: 3px solid #d3cefc; background: linear-gradient(135deg, #d3cefc, #F2CEFC);