#d153eb
a balanced, electric violet · warm · closest name: violet
RGB
209, 83, 235
HSL
290°, 79%, 62%
CMYK
11, 65, 0, 8
Luminance
0.2574
Every format
| HEX | #d153eb |
| RGB | rgb(209, 83, 235) |
| HSL | hsl(290, 79%, 62%) |
| CMYK | cmyk(11%, 65%, 0%, 8%) |
| LAB | lab(57.8 69.8 -54.1) |
| LCH | lch(57.8 88.4 322.2) |
| OKLCH | oklch(0.666 0.237 320.4) |
Copy-ready code
/* CSS */
color: #d153eb;
background-color: #d153eb;
/* Tailwind (arbitrary) */
class="text-[#d153eb] bg-[#d153eb]"
/* SCSS */
$brand: #d153eb;
/* SwiftUI */
Color(red: 0.820, green: 0.325, blue: 0.922)
/* Android */
Color.parseColor("#d153eb")Accessibility — WCAG contrast
Aa
#d153eb on white: 3.42:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#d153eb on black: 6.15:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red82.0%
Green32.5%
Blue92.2%
CMYK percentages
Cyan11.1%
Magenta64.7%
Yellow0.0%
Key (black)7.8%
Color previews
#d153eb text on a black background
contrast 6.15:1
Card sample
#d153eb text on a white background
contrast 3.42:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #d153eb;
Background color
Panel with #d153eb background
background-color: #d153eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #d153eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(209, 83, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(209, 83, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #d153eb; background: linear-gradient(135deg, #d153eb, #EB53A0);