#ad48cf
a balanced, vivid violet · warm · closest name: orchid
RGB
173, 72, 207
HSL
285°, 58%, 55%
CMYK
16, 65, 0, 19
Luminance
0.1802
Every format
| HEX | #ad48cf |
| RGB | rgb(173, 72, 207) |
| HSL | hsl(285, 58%, 55%) |
| CMYK | cmyk(16%, 65%, 0%, 19%) |
| LAB | lab(49.5 61.0 -51.8) |
| LCH | lch(49.5 80.0 319.7) |
| OKLCH | oklch(0.591 0.211 316.5) |
Copy-ready code
/* CSS */
color: #ad48cf;
background-color: #ad48cf;
/* Tailwind (arbitrary) */
class="text-[#ad48cf] bg-[#ad48cf]"
/* SCSS */
$brand: #ad48cf;
/* SwiftUI */
Color(red: 0.678, green: 0.282, blue: 0.812)
/* Android */
Color.parseColor("#ad48cf")Accessibility — WCAG contrast
Aa
#ad48cf on white: 4.56:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#ad48cf on black: 4.60:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.8%
Green28.2%
Blue81.2%
CMYK percentages
Cyan16.4%
Magenta65.2%
Yellow0.0%
Key (black)18.8%
Color previews
#ad48cf text on a black background
contrast 4.60:1
Card sample
#ad48cf text on a white background
contrast 4.56:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ad48cf;
Background color
Panel with #ad48cf background
background-color: #ad48cf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ad48cf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(173, 72, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(173, 72, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ad48cf; background: linear-gradient(135deg, #ad48cf, #CF4897);