#d7ceff
a pale, electric blue · warm · closest name: lavender
RGB
215, 206, 255
HSL
251°, 100%, 90%
CMYK
16, 19, 0, 0
Luminance
0.6581
Every format
| HEX | #d7ceff |
| RGB | rgb(215, 206, 255) |
| HSL | hsl(251, 100%, 90%) |
| CMYK | cmyk(16%, 19%, 0%, 0%) |
| LAB | lab(84.9 12.6 -22.8) |
| LCH | lch(84.9 26.1 298.9) |
| OKLCH | oklch(0.875 0.068 293.4) |
Copy-ready code
/* CSS */
color: #d7ceff;
background-color: #d7ceff;
/* Tailwind (arbitrary) */
class="text-[#d7ceff] bg-[#d7ceff]"
/* SCSS */
$brand: #d7ceff;
/* SwiftUI */
Color(red: 0.843, green: 0.808, blue: 1.000)
/* Android */
Color.parseColor("#d7ceff")Accessibility — WCAG contrast
Aa
#d7ceff on white: 1.48:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#d7ceff on black: 14.16:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red84.3%
Green80.8%
Blue100.0%
CMYK percentages
Cyan15.7%
Magenta19.2%
Yellow0.0%
Key (black)0.0%
Color previews
#d7ceff text on a black background
contrast 14.16:1
Card sample
#d7ceff text on a white background
contrast 1.48:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #d7ceff;
Background color
Panel with #d7ceff background
background-color: #d7ceff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #d7ceff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(215, 206, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(215, 206, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #d7ceff; background: linear-gradient(135deg, #d7ceff, #F8CEFF);