#d6c2ff
a pale, electric violet · warm · closest name: plum
RGB
214, 194, 255
HSL
260°, 100%, 88%
CMYK
16, 24, 0, 0
Luminance
0.6010
Every format
| HEX | #d6c2ff |
| RGB | rgb(214, 194, 255) |
| HSL | hsl(260, 100%, 88%) |
| CMYK | cmyk(16%, 24%, 0%, 0%) |
| LAB | lab(81.9 18.7 -27.4) |
| LCH | lch(81.9 33.2 304.3) |
| OKLCH | oklch(0.851 0.086 299.6) |
Copy-ready code
/* CSS */
color: #d6c2ff;
background-color: #d6c2ff;
/* Tailwind (arbitrary) */
class="text-[#d6c2ff] bg-[#d6c2ff]"
/* SCSS */
$brand: #d6c2ff;
/* SwiftUI */
Color(red: 0.839, green: 0.761, blue: 1.000)
/* Android */
Color.parseColor("#d6c2ff")Accessibility — WCAG contrast
Aa
#d6c2ff on white: 1.61:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#d6c2ff on black: 13.02:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red83.9%
Green76.1%
Blue100.0%
CMYK percentages
Cyan16.1%
Magenta23.9%
Yellow0.0%
Key (black)0.0%
Color previews
#d6c2ff text on a black background
contrast 13.02:1
Card sample
#d6c2ff text on a white background
contrast 1.61:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #d6c2ff;
Background color
Panel with #d6c2ff background
background-color: #d6c2ff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #d6c2ff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(214, 194, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(214, 194, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #d6c2ff; background: linear-gradient(135deg, #d6c2ff, #FFC2FF);