#ad2cfc
a balanced, electric violet · warm · closest name: magenta
RGB
173, 44, 252
HSL
277°, 97%, 58%
CMYK
31, 83, 0, 1
Luminance
0.1771
Every format
| HEX | #ad2cfc |
| RGB | rgb(173, 44, 252) |
| HSL | hsl(277, 97%, 58%) |
| CMYK | cmyk(31%, 83%, 0%, 1%) |
| LAB | lab(49.1 80.0 -77.8) |
| LCH | lch(49.1 111.6 315.8) |
| OKLCH | oklch(0.598 0.279 307.5) |
Copy-ready code
/* CSS */
color: #ad2cfc;
background-color: #ad2cfc;
/* Tailwind (arbitrary) */
class="text-[#ad2cfc] bg-[#ad2cfc]"
/* SCSS */
$brand: #ad2cfc;
/* SwiftUI */
Color(red: 0.678, green: 0.173, blue: 0.988)
/* Android */
Color.parseColor("#ad2cfc")Accessibility — WCAG contrast
Aa
#ad2cfc on white: 4.62:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#ad2cfc on black: 4.54:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.8%
Green17.3%
Blue98.8%
CMYK percentages
Cyan31.3%
Magenta82.5%
Yellow0.0%
Key (black)1.2%
Color previews
#ad2cfc text on a black background
contrast 4.54:1
Card sample
#ad2cfc text on a white background
contrast 4.62:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ad2cfc;
Background color
Panel with #ad2cfc background
background-color: #ad2cfc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ad2cfc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(173, 44, 252, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(173, 44, 252, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ad2cfc; background: linear-gradient(135deg, #ad2cfc, #FC2CC0);