#ad4cbf
a balanced, vivid magenta / pink · warm · closest name: orchid
RGB
173, 76, 191
HSL
291°, 47%, 52%
CMYK
9, 60, 0, 25
Luminance
0.1781
Every format
| HEX | #ad4cbf |
| RGB | rgb(173, 76, 191) |
| HSL | hsl(291, 47%, 52%) |
| CMYK | cmyk(9%, 60%, 0%, 25%) |
| LAB | lab(49.3 56.1 -43.0) |
| LCH | lch(49.3 70.7 322.6) |
| OKLCH | oklch(0.587 0.191 321.1) |
Copy-ready code
/* CSS */
color: #ad4cbf;
background-color: #ad4cbf;
/* Tailwind (arbitrary) */
class="text-[#ad4cbf] bg-[#ad4cbf]"
/* SCSS */
$brand: #ad4cbf;
/* SwiftUI */
Color(red: 0.678, green: 0.298, blue: 0.749)
/* Android */
Color.parseColor("#ad4cbf")Accessibility — WCAG contrast
Aa
#ad4cbf on white: 4.60:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#ad4cbf on black: 4.56:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.8%
Green29.8%
Blue74.9%
CMYK percentages
Cyan9.4%
Magenta60.2%
Yellow0.0%
Key (black)25.1%
Color previews
#ad4cbf text on a black background
contrast 4.56:1
Card sample
#ad4cbf text on a white background
contrast 4.60:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ad4cbf;
Background color
Panel with #ad4cbf background
background-color: #ad4cbf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ad4cbf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(173, 76, 191, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(173, 76, 191, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ad4cbf; background: linear-gradient(135deg, #ad4cbf, #BF4C84);