#d2cfe3
a pale, soft blue · warm · closest name: lavender
RGB
210, 207, 227
HSL
249°, 26%, 85%
CMYK
8, 9, 0, 11
Luminance
0.6387
Every format
| HEX | #d2cfe3 |
| RGB | rgb(210, 207, 227) |
| HSL | hsl(249, 26%, 85%) |
| CMYK | cmyk(8%, 9%, 0%, 11%) |
| LAB | lab(83.9 4.8 -9.5) |
| LCH | lch(83.9 10.6 296.7) |
| OKLCH | oklch(0.863 0.028 292.7) |
Copy-ready code
/* CSS */
color: #d2cfe3;
background-color: #d2cfe3;
/* Tailwind (arbitrary) */
class="text-[#d2cfe3] bg-[#d2cfe3]"
/* SCSS */
$brand: #d2cfe3;
/* SwiftUI */
Color(red: 0.824, green: 0.812, blue: 0.890)
/* Android */
Color.parseColor("#d2cfe3")Accessibility — WCAG contrast
Aa
#d2cfe3 on white: 1.52:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#d2cfe3 on black: 13.77:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red82.4%
Green81.2%
Blue89.0%
CMYK percentages
Cyan7.5%
Magenta8.8%
Yellow0.0%
Key (black)11.0%
Color previews
#d2cfe3 text on a black background
contrast 13.77:1
Card sample
#d2cfe3 text on a white background
contrast 1.52:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #d2cfe3;
Background color
Panel with #d2cfe3 background
background-color: #d2cfe3;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #d2cfe3;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(210, 207, 227, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(210, 207, 227, 0.45);
Border & gradient
Gradient panel
border: 3px solid #d2cfe3; background: linear-gradient(135deg, #d2cfe3, #DFCFE3);