#d2cfee
a pale, vivid blue · warm · closest name: lavender
RGB
210, 207, 238
HSL
246°, 48%, 87%
CMYK
12, 13, 0, 7
Luminance
0.6450
Every format
| HEX | #d2cfee |
| RGB | rgb(210, 207, 238) |
| HSL | hsl(246, 48%, 87%) |
| CMYK | cmyk(12%, 13%, 0%, 7%) |
| LAB | lab(84.2 7.0 -14.8) |
| LCH | lch(84.2 16.4 295.1) |
| OKLCH | oklch(0.867 0.043 289.9) |
Copy-ready code
/* CSS */
color: #d2cfee;
background-color: #d2cfee;
/* Tailwind (arbitrary) */
class="text-[#d2cfee] bg-[#d2cfee]"
/* SCSS */
$brand: #d2cfee;
/* SwiftUI */
Color(red: 0.824, green: 0.812, blue: 0.933)
/* Android */
Color.parseColor("#d2cfee")Accessibility — WCAG contrast
Aa
#d2cfee on white: 1.51:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#d2cfee on black: 13.90:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red82.4%
Green81.2%
Blue93.3%
CMYK percentages
Cyan11.8%
Magenta13.0%
Yellow0.0%
Key (black)6.7%
Color previews
#d2cfee text on a black background
contrast 13.90:1
Card sample
#d2cfee text on a white background
contrast 1.51:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #d2cfee;
Background color
Panel with #d2cfee background
background-color: #d2cfee;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #d2cfee;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(210, 207, 238, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(210, 207, 238, 0.45);
Border & gradient
Gradient panel
border: 3px solid #d2cfee; background: linear-gradient(135deg, #d2cfee, #E7CFEE);