#d2cfeb
a pale, soft blue · warm · closest name: lavender
RGB
210, 207, 235
HSL
246°, 41%, 87%
CMYK
11, 12, 0, 8
Luminance
0.6433
Every format
| HEX | #d2cfeb |
| RGB | rgb(210, 207, 235) |
| HSL | hsl(246, 41%, 87%) |
| CMYK | cmyk(11%, 12%, 0%, 8%) |
| LAB | lab(84.1 6.4 -13.4) |
| LCH | lch(84.1 14.8 295.4) |
| OKLCH | oklch(0.866 0.038 290.5) |
Copy-ready code
/* CSS */
color: #d2cfeb;
background-color: #d2cfeb;
/* Tailwind (arbitrary) */
class="text-[#d2cfeb] bg-[#d2cfeb]"
/* SCSS */
$brand: #d2cfeb;
/* SwiftUI */
Color(red: 0.824, green: 0.812, blue: 0.922)
/* Android */
Color.parseColor("#d2cfeb")Accessibility — WCAG contrast
Aa
#d2cfeb on white: 1.51:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#d2cfeb on black: 13.87:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red82.4%
Green81.2%
Blue92.2%
CMYK percentages
Cyan10.6%
Magenta11.9%
Yellow0.0%
Key (black)7.8%
Color previews
#d2cfeb text on a black background
contrast 13.87:1
Card sample
#d2cfeb text on a white background
contrast 1.51:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #d2cfeb;
Background color
Panel with #d2cfeb background
background-color: #d2cfeb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #d2cfeb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(210, 207, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(210, 207, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #d2cfeb; background: linear-gradient(135deg, #d2cfeb, #E5CFEB);