#d261eb
a light, electric violet · warm · closest name: violet
RGB
210, 97, 235
HSL
289°, 78%, 65%
CMYK
11, 59, 0, 8
Luminance
0.2825
Every format
| HEX | #d261eb |
| RGB | rgb(210, 97, 235) |
| HSL | hsl(289, 78%, 65%) |
| CMYK | cmyk(11%, 59%, 0%, 8%) |
| LAB | lab(60.1 64.0 -50.5) |
| LCH | lch(60.1 81.5 321.8) |
| OKLCH | oklch(0.683 0.219 320.0) |
Copy-ready code
/* CSS */
color: #d261eb;
background-color: #d261eb;
/* Tailwind (arbitrary) */
class="text-[#d261eb] bg-[#d261eb]"
/* SCSS */
$brand: #d261eb;
/* SwiftUI */
Color(red: 0.824, green: 0.380, blue: 0.922)
/* Android */
Color.parseColor("#d261eb")Accessibility — WCAG contrast
Aa
#d261eb on white: 3.16:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#d261eb on black: 6.65:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red82.4%
Green38.0%
Blue92.2%
CMYK percentages
Cyan10.6%
Magenta58.7%
Yellow0.0%
Key (black)7.8%
Color previews
#d261eb text on a black background
contrast 6.65:1
Card sample
#d261eb text on a white background
contrast 3.16:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #d261eb;
Background color
Panel with #d261eb background
background-color: #d261eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #d261eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(210, 97, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(210, 97, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #d261eb; background: linear-gradient(135deg, #d261eb, #EB61A8);