#d2cfff
a pale, electric blue · warm · closest name: lavender
RGB
210, 207, 255
HSL
244°, 100%, 91%
CMYK
18, 19, 0, 0
Luminance
0.6555
Every format
| HEX | #d2cfff |
| RGB | rgb(210, 207, 255) |
| HSL | hsl(244, 100%, 91%) |
| CMYK | cmyk(18%, 19%, 0%, 0%) |
| LAB | lab(84.8 10.5 -23.1) |
| LCH | lch(84.8 25.3 294.5) |
| OKLCH | oklch(0.873 0.066 287.8) |
Copy-ready code
/* CSS */
color: #d2cfff;
background-color: #d2cfff;
/* Tailwind (arbitrary) */
class="text-[#d2cfff] bg-[#d2cfff]"
/* SCSS */
$brand: #d2cfff;
/* SwiftUI */
Color(red: 0.824, green: 0.812, blue: 1.000)
/* Android */
Color.parseColor("#d2cfff")Accessibility — WCAG contrast
Aa
#d2cfff on white: 1.49:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#d2cfff on black: 14.11:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red82.4%
Green81.2%
Blue100.0%
CMYK percentages
Cyan17.6%
Magenta18.8%
Yellow0.0%
Key (black)0.0%
Color previews
#d2cfff text on a black background
contrast 14.11:1
Card sample
#d2cfff text on a white background
contrast 1.49:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #d2cfff;
Background color
Panel with #d2cfff background
background-color: #d2cfff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #d2cfff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(210, 207, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(210, 207, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #d2cfff; background: linear-gradient(135deg, #d2cfff, #F2CFFF);