#d6ccf0
a pale, vivid violet · warm · closest name: lavender
RGB
214, 204, 240
HSL
257°, 55%, 87%
CMYK
11, 15, 0, 6
Luminance
0.6377
Every format
| HEX | #d6ccf0 |
| RGB | rgb(214, 204, 240) |
| HSL | hsl(257, 55%, 87%) |
| CMYK | cmyk(11%, 15%, 0%, 6%) |
| LAB | lab(83.8 10.3 -16.4) |
| LCH | lch(83.8 19.4 301.9) |
| OKLCH | oklch(0.865 0.050 298.0) |
Copy-ready code
/* CSS */
color: #d6ccf0;
background-color: #d6ccf0;
/* Tailwind (arbitrary) */
class="text-[#d6ccf0] bg-[#d6ccf0]"
/* SCSS */
$brand: #d6ccf0;
/* SwiftUI */
Color(red: 0.839, green: 0.800, blue: 0.941)
/* Android */
Color.parseColor("#d6ccf0")Accessibility — WCAG contrast
Aa
#d6ccf0 on white: 1.53:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#d6ccf0 on black: 13.75:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red83.9%
Green80.0%
Blue94.1%
CMYK percentages
Cyan10.8%
Magenta15.0%
Yellow0.0%
Key (black)5.9%
Color previews
#d6ccf0 text on a black background
contrast 13.75:1
Card sample
#d6ccf0 text on a white background
contrast 1.53:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #d6ccf0;
Background color
Panel with #d6ccf0 background
background-color: #d6ccf0;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #d6ccf0;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(214, 204, 240, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(214, 204, 240, 0.45);
Border & gradient
Gradient panel
border: 3px solid #d6ccf0; background: linear-gradient(135deg, #d6ccf0, #EECCF0);