#af40b4
a balanced, vivid magenta / pink · warm · closest name: orchid
RGB
175, 64, 180
HSL
297°, 48%, 48%
CMYK
3, 64, 0, 29
Luminance
0.1608
Every format
| HEX | #af40b4 |
| RGB | rgb(175, 64, 180) |
| HSL | hsl(297, 48%, 48%) |
| CMYK | cmyk(3%, 64%, 0%, 29%) |
| LAB | lab(47.1 59.8 -40.0) |
| LCH | lch(47.1 72.0 326.2) |
| OKLCH | oklch(0.569 0.198 326.0) |
Copy-ready code
/* CSS */
color: #af40b4;
background-color: #af40b4;
/* Tailwind (arbitrary) */
class="text-[#af40b4] bg-[#af40b4]"
/* SCSS */
$brand: #af40b4;
/* SwiftUI */
Color(red: 0.686, green: 0.251, blue: 0.706)
/* Android */
Color.parseColor("#af40b4")Accessibility — WCAG contrast
Aa
#af40b4 on white: 4.98:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#af40b4 on black: 4.22:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green25.1%
Blue70.6%
CMYK percentages
Cyan2.8%
Magenta64.4%
Yellow0.0%
Key (black)29.4%
Color previews
#af40b4 text on a black background
contrast 4.22:1
Card sample
#af40b4 text on a white background
contrast 4.98:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af40b4;
Background color
Panel with #af40b4 background
background-color: #af40b4;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af40b4;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 64, 180, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 64, 180, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af40b4; background: linear-gradient(135deg, #af40b4, #B4406C);