#d5ccff
a pale, electric blue · warm · closest name: lavender
RGB
213, 204, 255
HSL
251°, 100%, 90%
CMYK
17, 20, 0, 0
Luminance
0.6455
Every format
| HEX | #d5ccff |
| RGB | rgb(213, 204, 255) |
| HSL | hsl(251, 100%, 90%) |
| CMYK | cmyk(17%, 20%, 0%, 0%) |
| LAB | lab(84.3 13.0 -23.8) |
| LCH | lch(84.3 27.1 298.7) |
| OKLCH | oklch(0.869 0.070 293.0) |
Copy-ready code
/* CSS */
color: #d5ccff;
background-color: #d5ccff;
/* Tailwind (arbitrary) */
class="text-[#d5ccff] bg-[#d5ccff]"
/* SCSS */
$brand: #d5ccff;
/* SwiftUI */
Color(red: 0.835, green: 0.800, blue: 1.000)
/* Android */
Color.parseColor("#d5ccff")Accessibility — WCAG contrast
Aa
#d5ccff on white: 1.51:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#d5ccff on black: 13.91:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red83.5%
Green80.0%
Blue100.0%
CMYK percentages
Cyan16.5%
Magenta20.0%
Yellow0.0%
Key (black)0.0%
Color previews
#d5ccff text on a black background
contrast 13.91:1
Card sample
#d5ccff text on a white background
contrast 1.51:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #d5ccff;
Background color
Panel with #d5ccff background
background-color: #d5ccff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #d5ccff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(213, 204, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(213, 204, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #d5ccff; background: linear-gradient(135deg, #d5ccff, #F7CCFF);