#d282eb
a light, vivid violet · warm · closest name: violet
RGB
210, 130, 235
HSL
286°, 72%, 72%
CMYK
11, 45, 0, 8
Luminance
0.3567
Every format
| HEX | #d282eb |
| RGB | rgb(210, 130, 235) |
| HSL | hsl(286, 72%, 72%) |
| CMYK | cmyk(11%, 45%, 0%, 8%) |
| LAB | lab(66.3 47.8 -40.8) |
| LCH | lch(66.3 62.9 319.6) |
| OKLCH | oklch(0.729 0.168 317.8) |
Copy-ready code
/* CSS */
color: #d282eb;
background-color: #d282eb;
/* Tailwind (arbitrary) */
class="text-[#d282eb] bg-[#d282eb]"
/* SCSS */
$brand: #d282eb;
/* SwiftUI */
Color(red: 0.824, green: 0.510, blue: 0.922)
/* Android */
Color.parseColor("#d282eb")Accessibility — WCAG contrast
Aa
#d282eb on white: 2.58:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#d282eb on black: 8.13:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red82.4%
Green51.0%
Blue92.2%
CMYK percentages
Cyan10.6%
Magenta44.7%
Yellow0.0%
Key (black)7.8%
Color previews
#d282eb text on a black background
contrast 8.13:1
Card sample
#d282eb text on a white background
contrast 2.58:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #d282eb;
Background color
Panel with #d282eb background
background-color: #d282eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #d282eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(210, 130, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(210, 130, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #d282eb; background: linear-gradient(135deg, #d282eb, #EB82BE);