#d7cfff
a pale, electric blue · warm · closest name: lavender
RGB
215, 207, 255
HSL
250°, 100%, 91%
CMYK
16, 19, 0, 0
Luminance
0.6629
Every format
| HEX | #d7cfff |
| RGB | rgb(215, 207, 255) |
| HSL | hsl(250, 100%, 91%) |
| CMYK | cmyk(16%, 19%, 0%, 0%) |
| LAB | lab(85.2 12.1 -22.4) |
| LCH | lch(85.2 25.5 298.3) |
| OKLCH | oklch(0.876 0.066 292.6) |
Copy-ready code
/* CSS */
color: #d7cfff;
background-color: #d7cfff;
/* Tailwind (arbitrary) */
class="text-[#d7cfff] bg-[#d7cfff]"
/* SCSS */
$brand: #d7cfff;
/* SwiftUI */
Color(red: 0.843, green: 0.812, blue: 1.000)
/* Android */
Color.parseColor("#d7cfff")Accessibility — WCAG contrast
Aa
#d7cfff on white: 1.47:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#d7cfff on black: 14.26:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red84.3%
Green81.2%
Blue100.0%
CMYK percentages
Cyan15.7%
Magenta18.8%
Yellow0.0%
Key (black)0.0%
Color previews
#d7cfff text on a black background
contrast 14.26:1
Card sample
#d7cfff text on a white background
contrast 1.47:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #d7cfff;
Background color
Panel with #d7cfff background
background-color: #d7cfff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #d7cfff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(215, 207, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(215, 207, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #d7cfff; background: linear-gradient(135deg, #d7cfff, #F7CFFF);