#d484eb
a light, vivid violet · warm · closest name: violet
RGB
212, 132, 235
HSL
287°, 72%, 72%
CMYK
10, 44, 0, 8
Luminance
0.3650
Every format
| HEX | #d484eb |
| RGB | rgb(212, 132, 235) |
| HSL | hsl(287, 72%, 72%) |
| CMYK | cmyk(10%, 44%, 0%, 8%) |
| LAB | lab(66.9 47.4 -39.8) |
| LCH | lch(66.9 61.8 320.0) |
| OKLCH | oklch(0.734 0.165 318.4) |
Copy-ready code
/* CSS */
color: #d484eb;
background-color: #d484eb;
/* Tailwind (arbitrary) */
class="text-[#d484eb] bg-[#d484eb]"
/* SCSS */
$brand: #d484eb;
/* SwiftUI */
Color(red: 0.831, green: 0.518, blue: 0.922)
/* Android */
Color.parseColor("#d484eb")Accessibility — WCAG contrast
Aa
#d484eb on white: 2.53:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#d484eb on black: 8.30:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red83.1%
Green51.8%
Blue92.2%
CMYK percentages
Cyan9.8%
Magenta43.8%
Yellow0.0%
Key (black)7.8%
Color previews
#d484eb text on a black background
contrast 8.30:1
Card sample
#d484eb text on a white background
contrast 2.53:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #d484eb;
Background color
Panel with #d484eb background
background-color: #d484eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #d484eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(212, 132, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(212, 132, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #d484eb; background: linear-gradient(135deg, #d484eb, #EB84BD);