#d886fe
a light, electric violet · warm · closest name: violet
RGB
216, 134, 254
HSL
281°, 98%, 76%
CMYK
15, 47, 0, 0
Luminance
0.3880
Every format
| HEX | #d886fe |
| RGB | rgb(216, 134, 254) |
| HSL | hsl(281, 98%, 76%) |
| CMYK | cmyk(15%, 47%, 0%, 0%) |
| LAB | lab(68.6 51.3 -47.5) |
| LCH | lch(68.6 69.9 317.2) |
| OKLCH | oklch(0.751 0.184 314.2) |
Copy-ready code
/* CSS */
color: #d886fe;
background-color: #d886fe;
/* Tailwind (arbitrary) */
class="text-[#d886fe] bg-[#d886fe]"
/* SCSS */
$brand: #d886fe;
/* SwiftUI */
Color(red: 0.847, green: 0.525, blue: 0.996)
/* Android */
Color.parseColor("#d886fe")Accessibility — WCAG contrast
Aa
#d886fe on white: 2.40:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#d886fe on black: 8.76:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red84.7%
Green52.5%
Blue99.6%
CMYK percentages
Cyan15.0%
Magenta47.2%
Yellow0.0%
Key (black)0.4%
Color previews
#d886fe text on a black background
contrast 8.76:1
Card sample
#d886fe text on a white background
contrast 2.40:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #d886fe;
Background color
Panel with #d886fe background
background-color: #d886fe;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #d886fe;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(216, 134, 254, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(216, 134, 254, 0.45);
Border & gradient
Gradient panel
border: 3px solid #d886fe; background: linear-gradient(135deg, #d886fe, #FE86D4);