#d265eb
a light, electric violet · warm · closest name: violet
RGB
210, 101, 235
HSL
289°, 77%, 66%
CMYK
11, 57, 0, 8
Luminance
0.2901
Every format
| HEX | #d265eb |
| RGB | rgb(210, 101, 235) |
| HSL | hsl(289, 77%, 66%) |
| CMYK | cmyk(11%, 57%, 0%, 8%) |
| LAB | lab(60.8 62.2 -49.4) |
| LCH | lch(60.8 79.4 321.6) |
| OKLCH | oklch(0.688 0.213 319.8) |
Copy-ready code
/* CSS */
color: #d265eb;
background-color: #d265eb;
/* Tailwind (arbitrary) */
class="text-[#d265eb] bg-[#d265eb]"
/* SCSS */
$brand: #d265eb;
/* SwiftUI */
Color(red: 0.824, green: 0.396, blue: 0.922)
/* Android */
Color.parseColor("#d265eb")Accessibility — WCAG contrast
Aa
#d265eb on white: 3.09:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#d265eb on black: 6.80:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red82.4%
Green39.6%
Blue92.2%
CMYK percentages
Cyan10.6%
Magenta57.0%
Yellow0.0%
Key (black)7.8%
Color previews
#d265eb text on a black background
contrast 6.80:1
Card sample
#d265eb text on a white background
contrast 3.09:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #d265eb;
Background color
Panel with #d265eb background
background-color: #d265eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #d265eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(210, 101, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(210, 101, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #d265eb; background: linear-gradient(135deg, #d265eb, #EB65AB);