#af4cc2
a balanced, vivid magenta / pink · warm · closest name: orchid
RGB
175, 76, 194
HSL
290°, 49%, 53%
CMYK
10, 61, 0, 24
Luminance
0.1818
Every format
| HEX | #af4cc2 |
| RGB | rgb(175, 76, 194) |
| HSL | hsl(290, 49%, 53%) |
| CMYK | cmyk(10%, 61%, 0%, 24%) |
| LAB | lab(49.7 57.2 -44.0) |
| LCH | lch(49.7 72.2 322.4) |
| OKLCH | oklch(0.591 0.194 320.9) |
Copy-ready code
/* CSS */
color: #af4cc2;
background-color: #af4cc2;
/* Tailwind (arbitrary) */
class="text-[#af4cc2] bg-[#af4cc2]"
/* SCSS */
$brand: #af4cc2;
/* SwiftUI */
Color(red: 0.686, green: 0.298, blue: 0.761)
/* Android */
Color.parseColor("#af4cc2")Accessibility — WCAG contrast
Aa
#af4cc2 on white: 4.53:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#af4cc2 on black: 4.64:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green29.8%
Blue76.1%
CMYK percentages
Cyan9.8%
Magenta60.8%
Yellow0.0%
Key (black)23.9%
Color previews
#af4cc2 text on a black background
contrast 4.64:1
Card sample
#af4cc2 text on a white background
contrast 4.53:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af4cc2;
Background color
Panel with #af4cc2 background
background-color: #af4cc2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af4cc2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 76, 194, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 76, 194, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af4cc2; background: linear-gradient(135deg, #af4cc2, #C24C86);