#d3c3fe
a pale, electric violet · warm · closest name: plum
RGB
211, 195, 254
HSL
256°, 97%, 88%
CMYK
17, 23, 0, 0
Luminance
0.6003
Every format
| HEX | #d3c3fe |
| RGB | rgb(211, 195, 254) |
| HSL | hsl(256, 97%, 88%) |
| CMYK | cmyk(17%, 23%, 0%, 0%) |
| LAB | lab(81.9 17.1 -26.9) |
| LCH | lch(81.9 31.9 302.3) |
| OKLCH | oklch(0.850 0.083 297.0) |
Copy-ready code
/* CSS */
color: #d3c3fe;
background-color: #d3c3fe;
/* Tailwind (arbitrary) */
class="text-[#d3c3fe] bg-[#d3c3fe]"
/* SCSS */
$brand: #d3c3fe;
/* SwiftUI */
Color(red: 0.827, green: 0.765, blue: 0.996)
/* Android */
Color.parseColor("#d3c3fe")Accessibility — WCAG contrast
Aa
#d3c3fe on white: 1.61:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#d3c3fe on black: 13.01:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red82.7%
Green76.5%
Blue99.6%
CMYK percentages
Cyan16.9%
Magenta23.2%
Yellow0.0%
Key (black)0.4%
Color previews
#d3c3fe text on a black background
contrast 13.01:1
Card sample
#d3c3fe text on a white background
contrast 1.61:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #d3c3fe;
Background color
Panel with #d3c3fe background
background-color: #d3c3fe;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #d3c3fe;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(211, 195, 254, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(211, 195, 254, 0.45);
Border & gradient
Gradient panel
border: 3px solid #d3c3fe; background: linear-gradient(135deg, #d3c3fe, #FAC3FE);