#d4b1f8
a light, electric violet · warm · closest name: plum
RGB
212, 177, 248
HSL
270°, 84%, 83%
CMYK
15, 29, 0, 3
Luminance
0.5222
Every format
| HEX | #d4b1f8 |
| RGB | rgb(212, 177, 248) |
| HSL | hsl(270, 84%, 83%) |
| CMYK | cmyk(15%, 29%, 0%, 3%) |
| LAB | lab(77.4 25.8 -30.5) |
| LCH | lch(77.4 40.0 310.2) |
| OKLCH | oklch(0.815 0.104 306.7) |
Copy-ready code
/* CSS */
color: #d4b1f8;
background-color: #d4b1f8;
/* Tailwind (arbitrary) */
class="text-[#d4b1f8] bg-[#d4b1f8]"
/* SCSS */
$brand: #d4b1f8;
/* SwiftUI */
Color(red: 0.831, green: 0.694, blue: 0.973)
/* Android */
Color.parseColor("#d4b1f8")Accessibility — WCAG contrast
Aa
#d4b1f8 on white: 1.84:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#d4b1f8 on black: 11.44:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red83.1%
Green69.4%
Blue97.3%
CMYK percentages
Cyan14.5%
Magenta28.6%
Yellow0.0%
Key (black)2.7%
Color previews
#d4b1f8 text on a black background
contrast 11.44:1
Card sample
#d4b1f8 text on a white background
contrast 1.84:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #d4b1f8;
Background color
Panel with #d4b1f8 background
background-color: #d4b1f8;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #d4b1f8;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(212, 177, 248, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(212, 177, 248, 0.45);
Border & gradient
Gradient panel
border: 3px solid #d4b1f8; background: linear-gradient(135deg, #d4b1f8, #F8B1ED);