#ad4fad
a balanced, soft magenta / pink · warm · closest name: orchid
RGB
173, 79, 173
HSL
300°, 37%, 49%
CMYK
0, 54, 0, 32
Luminance
0.1749
Every format
| HEX | #ad4fad |
| RGB | rgb(173, 79, 173) |
| HSL | hsl(300, 37%, 49%) |
| CMYK | cmyk(0%, 54%, 0%, 32%) |
| LAB | lab(48.9 51.3 -33.1) |
| LCH | lch(48.9 61.1 327.2) |
| OKLCH | oklch(0.581 0.169 327.5) |
Copy-ready code
/* CSS */
color: #ad4fad;
background-color: #ad4fad;
/* Tailwind (arbitrary) */
class="text-[#ad4fad] bg-[#ad4fad]"
/* SCSS */
$brand: #ad4fad;
/* SwiftUI */
Color(red: 0.678, green: 0.310, blue: 0.678)
/* Android */
Color.parseColor("#ad4fad")Accessibility — WCAG contrast
Aa
#ad4fad on white: 4.67:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#ad4fad on black: 4.50:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.8%
Green31.0%
Blue67.8%
CMYK percentages
Cyan0.0%
Magenta54.3%
Yellow0.0%
Key (black)32.2%
Color previews
#ad4fad text on a black background
contrast 4.50:1
Card sample
#ad4fad text on a white background
contrast 4.67:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ad4fad;
Background color
Panel with #ad4fad background
background-color: #ad4fad;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ad4fad;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(173, 79, 173, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(173, 79, 173, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ad4fad; background: linear-gradient(135deg, #ad4fad, #AD4F6E);