#af5ab9
a balanced, soft magenta / pink · warm · closest name: orchid
RGB
175, 90, 185
HSL
294°, 40%, 54%
CMYK
5, 51, 0, 28
Luminance
0.1993
Every format
| HEX | #af5ab9 |
| RGB | rgb(175, 90, 185) |
| HSL | hsl(294, 40%, 54%) |
| CMYK | cmyk(5%, 51%, 0%, 28%) |
| LAB | lab(51.8 48.7 -35.5) |
| LCH | lch(51.8 60.3 323.9) |
| OKLCH | oklch(0.604 0.164 323.3) |
Copy-ready code
/* CSS */
color: #af5ab9;
background-color: #af5ab9;
/* Tailwind (arbitrary) */
class="text-[#af5ab9] bg-[#af5ab9]"
/* SCSS */
$brand: #af5ab9;
/* SwiftUI */
Color(red: 0.686, green: 0.353, blue: 0.725)
/* Android */
Color.parseColor("#af5ab9")Accessibility — WCAG contrast
Aa
#af5ab9 on white: 4.21:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#af5ab9 on black: 4.99:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green35.3%
Blue72.5%
CMYK percentages
Cyan5.4%
Magenta51.4%
Yellow0.0%
Key (black)27.5%
Color previews
#af5ab9 text on a black background
contrast 4.99:1
Card sample
#af5ab9 text on a white background
contrast 4.21:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af5ab9;
Background color
Panel with #af5ab9 background
background-color: #af5ab9;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af5ab9;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 90, 185, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 90, 185, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af5ab9; background: linear-gradient(135deg, #af5ab9, #B95A84);