#ad4eb3
a balanced, soft magenta / pink · warm · closest name: orchid
RGB
173, 78, 179
HSL
296°, 40%, 50%
CMYK
3, 56, 0, 30
Luminance
0.1759
Every format
| HEX | #ad4eb3 |
| RGB | rgb(173, 78, 179) |
| HSL | hsl(296, 40%, 50%) |
| CMYK | cmyk(3%, 56%, 0%, 30%) |
| LAB | lab(49.0 52.9 -36.4) |
| LCH | lch(49.0 64.2 325.5) |
| OKLCH | oklch(0.583 0.176 325.2) |
Copy-ready code
/* CSS */
color: #ad4eb3;
background-color: #ad4eb3;
/* Tailwind (arbitrary) */
class="text-[#ad4eb3] bg-[#ad4eb3]"
/* SCSS */
$brand: #ad4eb3;
/* SwiftUI */
Color(red: 0.678, green: 0.306, blue: 0.702)
/* Android */
Color.parseColor("#ad4eb3")Accessibility — WCAG contrast
Aa
#ad4eb3 on white: 4.65:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#ad4eb3 on black: 4.52:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.8%
Green30.6%
Blue70.2%
CMYK percentages
Cyan3.4%
Magenta56.4%
Yellow0.0%
Key (black)29.8%
Color previews
#ad4eb3 text on a black background
contrast 4.52:1
Card sample
#ad4eb3 text on a white background
contrast 4.65:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ad4eb3;
Background color
Panel with #ad4eb3 background
background-color: #ad4eb3;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ad4eb3;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(173, 78, 179, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(173, 78, 179, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ad4eb3; background: linear-gradient(135deg, #ad4eb3, #B34E76);