#d2cfe8
a pale, soft blue · warm · closest name: lavender
RGB
210, 207, 232
HSL
247°, 35%, 86%
CMYK
10, 11, 0, 9
Luminance
0.6415
Every format
| HEX | #d2cfe8 |
| RGB | rgb(210, 207, 232) |
| HSL | hsl(247, 35%, 86%) |
| CMYK | cmyk(10%, 11%, 0%, 9%) |
| LAB | lab(84.0 5.8 -11.9) |
| LCH | lch(84.0 13.3 295.8) |
| OKLCH | oklch(0.865 0.034 291.2) |
Copy-ready code
/* CSS */
color: #d2cfe8;
background-color: #d2cfe8;
/* Tailwind (arbitrary) */
class="text-[#d2cfe8] bg-[#d2cfe8]"
/* SCSS */
$brand: #d2cfe8;
/* SwiftUI */
Color(red: 0.824, green: 0.812, blue: 0.910)
/* Android */
Color.parseColor("#d2cfe8")Accessibility — WCAG contrast
Aa
#d2cfe8 on white: 1.52:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#d2cfe8 on black: 13.83:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red82.4%
Green81.2%
Blue91.0%
CMYK percentages
Cyan9.5%
Magenta10.8%
Yellow0.0%
Key (black)9.0%
Color previews
#d2cfe8 text on a black background
contrast 13.83:1
Card sample
#d2cfe8 text on a white background
contrast 1.52:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #d2cfe8;
Background color
Panel with #d2cfe8 background
background-color: #d2cfe8;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #d2cfe8;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(210, 207, 232, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(210, 207, 232, 0.45);
Border & gradient
Gradient panel
border: 3px solid #d2cfe8; background: linear-gradient(135deg, #d2cfe8, #E3CFE8);