#ad2bfd
a balanced, electric violet · warm · closest name: magenta
RGB
173, 43, 253
HSL
277°, 98%, 58%
CMYK
32, 83, 0, 1
Luminance
0.1770
Every format
| HEX | #ad2bfd |
| RGB | rgb(173, 43, 253) |
| HSL | hsl(277, 98%, 58%) |
| CMYK | cmyk(32%, 83%, 0%, 1%) |
| LAB | lab(49.1 80.4 -78.4) |
| LCH | lch(49.1 112.3 315.7) |
| OKLCH | oklch(0.599 0.281 307.3) |
Copy-ready code
/* CSS */
color: #ad2bfd;
background-color: #ad2bfd;
/* Tailwind (arbitrary) */
class="text-[#ad2bfd] bg-[#ad2bfd]"
/* SCSS */
$brand: #ad2bfd;
/* SwiftUI */
Color(red: 0.678, green: 0.169, blue: 0.992)
/* Android */
Color.parseColor("#ad2bfd")Accessibility — WCAG contrast
Aa
#ad2bfd on white: 4.62:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#ad2bfd on black: 4.54:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.8%
Green16.9%
Blue99.2%
CMYK percentages
Cyan31.6%
Magenta83.0%
Yellow0.0%
Key (black)0.8%
Color previews
#ad2bfd text on a black background
contrast 4.54:1
Card sample
#ad2bfd text on a white background
contrast 4.62:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ad2bfd;
Background color
Panel with #ad2bfd background
background-color: #ad2bfd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ad2bfd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(173, 43, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(173, 43, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ad2bfd; background: linear-gradient(135deg, #ad2bfd, #FD2BC1);