#ad7ce2
a light, vivid violet · warm · closest name: orchid
RGB
173, 124, 226
HSL
269°, 64%, 69%
CMYK
24, 45, 0, 11
Luminance
0.2879
Every format
| HEX | #ad7ce2 |
| RGB | rgb(173, 124, 226) |
| HSL | hsl(269, 64%, 69%) |
| CMYK | cmyk(24%, 45%, 0%, 11%) |
| LAB | lab(60.6 38.7 -45.0) |
| LCH | lch(60.6 59.3 310.7) |
| OKLCH | oklch(0.676 0.153 304.8) |
Copy-ready code
/* CSS */
color: #ad7ce2;
background-color: #ad7ce2;
/* Tailwind (arbitrary) */
class="text-[#ad7ce2] bg-[#ad7ce2]"
/* SCSS */
$brand: #ad7ce2;
/* SwiftUI */
Color(red: 0.678, green: 0.486, blue: 0.886)
/* Android */
Color.parseColor("#ad7ce2")Accessibility — WCAG contrast
Aa
#ad7ce2 on white: 3.11:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ad7ce2 on black: 6.76:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.8%
Green48.6%
Blue88.6%
CMYK percentages
Cyan23.5%
Magenta45.1%
Yellow0.0%
Key (black)11.4%
Color previews
#ad7ce2 text on a black background
contrast 6.76:1
Card sample
#ad7ce2 text on a white background
contrast 3.11:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ad7ce2;
Background color
Panel with #ad7ce2 background
background-color: #ad7ce2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ad7ce2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(173, 124, 226, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(173, 124, 226, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ad7ce2; background: linear-gradient(135deg, #ad7ce2, #E27CD3);