#d3cfe4
a pale, soft blue · warm · closest name: lavender
RGB
211, 207, 228
HSL
251°, 28%, 85%
CMYK
8, 9, 0, 11
Luminance
0.6408
Every format
| HEX | #d3cfe4 |
| RGB | rgb(211, 207, 228) |
| HSL | hsl(251, 28%, 85%) |
| CMYK | cmyk(8%, 9%, 0%, 11%) |
| LAB | lab(84.0 5.3 -9.8) |
| LCH | lch(84.0 11.2 298.3) |
| OKLCH | oklch(0.864 0.029 294.5) |
Copy-ready code
/* CSS */
color: #d3cfe4;
background-color: #d3cfe4;
/* Tailwind (arbitrary) */
class="text-[#d3cfe4] bg-[#d3cfe4]"
/* SCSS */
$brand: #d3cfe4;
/* SwiftUI */
Color(red: 0.827, green: 0.812, blue: 0.894)
/* Android */
Color.parseColor("#d3cfe4")Accessibility — WCAG contrast
Aa
#d3cfe4 on white: 1.52:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#d3cfe4 on black: 13.82:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red82.7%
Green81.2%
Blue89.4%
CMYK percentages
Cyan7.5%
Magenta9.2%
Yellow0.0%
Key (black)10.6%
Color previews
#d3cfe4 text on a black background
contrast 13.82:1
Card sample
#d3cfe4 text on a white background
contrast 1.52:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #d3cfe4;
Background color
Panel with #d3cfe4 background
background-color: #d3cfe4;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #d3cfe4;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(211, 207, 228, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(211, 207, 228, 0.45);
Border & gradient
Gradient panel
border: 3px solid #d3cfe4; background: linear-gradient(135deg, #d3cfe4, #E1CFE4);