#d255eb
a balanced, electric magenta / pink · warm · closest name: violet
RGB
210, 85, 235
HSL
290°, 79%, 63%
CMYK
11, 64, 0, 8
Luminance
0.2620
Every format
| HEX | #d255eb |
| RGB | rgb(210, 85, 235) |
| HSL | hsl(290, 79%, 63%) |
| CMYK | cmyk(11%, 64%, 0%, 8%) |
| LAB | lab(58.2 69.2 -53.5) |
| LCH | lch(58.2 87.5 322.3) |
| OKLCH | oklch(0.670 0.235 320.6) |
Copy-ready code
/* CSS */
color: #d255eb;
background-color: #d255eb;
/* Tailwind (arbitrary) */
class="text-[#d255eb] bg-[#d255eb]"
/* SCSS */
$brand: #d255eb;
/* SwiftUI */
Color(red: 0.824, green: 0.333, blue: 0.922)
/* Android */
Color.parseColor("#d255eb")Accessibility — WCAG contrast
Aa
#d255eb on white: 3.37:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#d255eb on black: 6.24:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red82.4%
Green33.3%
Blue92.2%
CMYK percentages
Cyan10.6%
Magenta63.8%
Yellow0.0%
Key (black)7.8%
Color previews
#d255eb text on a black background
contrast 6.24:1
Card sample
#d255eb text on a white background
contrast 3.37:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #d255eb;
Background color
Panel with #d255eb background
background-color: #d255eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #d255eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(210, 85, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(210, 85, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #d255eb; background: linear-gradient(135deg, #d255eb, #EB55A0);