#ad2cf7
a balanced, electric violet · warm · closest name: magenta
RGB
173, 44, 247
HSL
278°, 93%, 57%
CMYK
30, 82, 0, 3
Luminance
0.1740
Every format
| HEX | #ad2cf7 |
| RGB | rgb(173, 44, 247) |
| HSL | hsl(278, 93%, 57%) |
| CMYK | cmyk(30%, 82%, 0%, 3%) |
| LAB | lab(48.8 79.0 -75.7) |
| LCH | lch(48.8 109.4 316.2) |
| OKLCH | oklch(0.595 0.275 308.5) |
Copy-ready code
/* CSS */
color: #ad2cf7;
background-color: #ad2cf7;
/* Tailwind (arbitrary) */
class="text-[#ad2cf7] bg-[#ad2cf7]"
/* SCSS */
$brand: #ad2cf7;
/* SwiftUI */
Color(red: 0.678, green: 0.173, blue: 0.969)
/* Android */
Color.parseColor("#ad2cf7")Accessibility — WCAG contrast
Aa
#ad2cf7 on white: 4.69:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#ad2cf7 on black: 4.48:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.8%
Green17.3%
Blue96.9%
CMYK percentages
Cyan30.0%
Magenta82.2%
Yellow0.0%
Key (black)3.1%
Color previews
#ad2cf7 text on a black background
contrast 4.48:1
Card sample
#ad2cf7 text on a white background
contrast 4.69:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ad2cf7;
Background color
Panel with #ad2cf7 background
background-color: #ad2cf7;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ad2cf7;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(173, 44, 247, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(173, 44, 247, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ad2cf7; background: linear-gradient(135deg, #ad2cf7, #F72CBA);