#d2cff7
a pale, vivid blue · warm · closest name: lavender
RGB
210, 207, 247
HSL
245°, 71%, 89%
CMYK
15, 16, 0, 3
Luminance
0.6504
Every format
| HEX | #d2cff7 |
| RGB | rgb(210, 207, 247) |
| HSL | hsl(245, 71%, 89%) |
| CMYK | cmyk(15%, 16%, 0%, 3%) |
| LAB | lab(84.5 8.8 -19.2) |
| LCH | lch(84.5 21.1 294.7) |
| OKLCH | oklch(0.870 0.055 288.6) |
Copy-ready code
/* CSS */
color: #d2cff7;
background-color: #d2cff7;
/* Tailwind (arbitrary) */
class="text-[#d2cff7] bg-[#d2cff7]"
/* SCSS */
$brand: #d2cff7;
/* SwiftUI */
Color(red: 0.824, green: 0.812, blue: 0.969)
/* Android */
Color.parseColor("#d2cff7")Accessibility — WCAG contrast
Aa
#d2cff7 on white: 1.50:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#d2cff7 on black: 14.01:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red82.4%
Green81.2%
Blue96.9%
CMYK percentages
Cyan15.0%
Magenta16.2%
Yellow0.0%
Key (black)3.1%
Color previews
#d2cff7 text on a black background
contrast 14.01:1
Card sample
#d2cff7 text on a white background
contrast 1.50:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #d2cff7;
Background color
Panel with #d2cff7 background
background-color: #d2cff7;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #d2cff7;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(210, 207, 247, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(210, 207, 247, 0.45);
Border & gradient
Gradient panel
border: 3px solid #d2cff7; background: linear-gradient(135deg, #d2cff7, #EDCFF7);