#af467b
a balanced, soft magenta / pink · warm · closest name: orchid
RGB
175, 70, 123
HSL
330°, 43%, 48%
CMYK
0, 60, 30, 31
Luminance
0.1492
Every format
| HEX | #af467b |
| RGB | rgb(175, 70, 123) |
| HSL | hsl(330, 43%, 48%) |
| CMYK | cmyk(0%, 60%, 30%, 31%) |
| LAB | lab(45.5 48.4 -8.3) |
| LCH | lch(45.5 49.1 350.2) |
| OKLCH | oklch(0.550 0.148 351.7) |
Copy-ready code
/* CSS */
color: #af467b;
background-color: #af467b;
/* Tailwind (arbitrary) */
class="text-[#af467b] bg-[#af467b]"
/* SCSS */
$brand: #af467b;
/* SwiftUI */
Color(red: 0.686, green: 0.275, blue: 0.482)
/* Android */
Color.parseColor("#af467b")Accessibility — WCAG contrast
Aa
#af467b on white: 5.27:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#af467b on black: 3.98:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green27.5%
Blue48.2%
CMYK percentages
Cyan0.0%
Magenta60.0%
Yellow29.7%
Key (black)31.4%
Color previews
#af467b text on a black background
contrast 3.98:1
Card sample
#af467b text on a white background
contrast 5.27:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af467b;
Background color
Panel with #af467b background
background-color: #af467b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af467b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 70, 123, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 70, 123, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af467b; background: linear-gradient(135deg, #af467b, #AF5746);