#d4cfff
a pale, electric blue · warm · closest name: lavender
RGB
212, 207, 255
HSL
246°, 100%, 91%
CMYK
17, 19, 0, 0
Luminance
0.6584
Every format
| HEX | #d4cfff |
| RGB | rgb(212, 207, 255) |
| HSL | hsl(246, 100%, 91%) |
| CMYK | cmyk(17%, 19%, 0%, 0%) |
| LAB | lab(84.9 11.1 -22.8) |
| LCH | lch(84.9 25.4 296.0) |
| OKLCH | oklch(0.874 0.066 289.7) |
Copy-ready code
/* CSS */
color: #d4cfff;
background-color: #d4cfff;
/* Tailwind (arbitrary) */
class="text-[#d4cfff] bg-[#d4cfff]"
/* SCSS */
$brand: #d4cfff;
/* SwiftUI */
Color(red: 0.831, green: 0.812, blue: 1.000)
/* Android */
Color.parseColor("#d4cfff")Accessibility — WCAG contrast
Aa
#d4cfff on white: 1.48:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#d4cfff on black: 14.17:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red83.1%
Green81.2%
Blue100.0%
CMYK percentages
Cyan16.9%
Magenta18.8%
Yellow0.0%
Key (black)0.0%
Color previews
#d4cfff text on a black background
contrast 14.17:1
Card sample
#d4cfff text on a white background
contrast 1.48:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #d4cfff;
Background color
Panel with #d4cfff background
background-color: #d4cfff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #d4cfff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(212, 207, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(212, 207, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #d4cfff; background: linear-gradient(135deg, #d4cfff, #F4CFFF);