#ad74f2
a light, electric violet · warm · closest name: slateblue
RGB
173, 116, 242
HSL
267°, 83%, 70%
CMYK
29, 52, 0, 5
Luminance
0.2779
Every format
| HEX | #ad74f2 |
| RGB | rgb(173, 116, 242) |
| HSL | hsl(267, 83%, 70%) |
| CMYK | cmyk(29%, 52%, 0%, 5%) |
| LAB | lab(59.7 46.9 -55.3) |
| LCH | lch(59.7 72.5 310.3) |
| OKLCH | oklch(0.672 0.185 302.6) |
Copy-ready code
/* CSS */
color: #ad74f2;
background-color: #ad74f2;
/* Tailwind (arbitrary) */
class="text-[#ad74f2] bg-[#ad74f2]"
/* SCSS */
$brand: #ad74f2;
/* SwiftUI */
Color(red: 0.678, green: 0.455, blue: 0.949)
/* Android */
Color.parseColor("#ad74f2")Accessibility — WCAG contrast
Aa
#ad74f2 on white: 3.20:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ad74f2 on black: 6.56:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.8%
Green45.5%
Blue94.9%
CMYK percentages
Cyan28.5%
Magenta52.1%
Yellow0.0%
Key (black)5.1%
Color previews
#ad74f2 text on a black background
contrast 6.56:1
Card sample
#ad74f2 text on a white background
contrast 3.20:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ad74f2;
Background color
Panel with #ad74f2 background
background-color: #ad74f2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ad74f2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(173, 116, 242, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(173, 116, 242, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ad74f2; background: linear-gradient(135deg, #ad74f2, #F274E3);