#af5ab5
a balanced, soft magenta / pink · warm · closest name: orchid
RGB
175, 90, 181
HSL
296°, 38%, 53%
CMYK
3, 50, 0, 29
Luminance
0.1976
Every format
| HEX | #af5ab5 |
| RGB | rgb(175, 90, 181) |
| HSL | hsl(296, 38%, 53%) |
| CMYK | cmyk(3%, 50%, 0%, 29%) |
| LAB | lab(51.6 48.0 -33.5) |
| LCH | lch(51.6 58.5 325.0) |
| OKLCH | oklch(0.602 0.160 324.8) |
Copy-ready code
/* CSS */
color: #af5ab5;
background-color: #af5ab5;
/* Tailwind (arbitrary) */
class="text-[#af5ab5] bg-[#af5ab5]"
/* SCSS */
$brand: #af5ab5;
/* SwiftUI */
Color(red: 0.686, green: 0.353, blue: 0.710)
/* Android */
Color.parseColor("#af5ab5")Accessibility — WCAG contrast
Aa
#af5ab5 on white: 4.24:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#af5ab5 on black: 4.95:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green35.3%
Blue71.0%
CMYK percentages
Cyan3.3%
Magenta50.3%
Yellow0.0%
Key (black)29.0%
Color previews
#af5ab5 text on a black background
contrast 4.95:1
Card sample
#af5ab5 text on a white background
contrast 4.24:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af5ab5;
Background color
Panel with #af5ab5 background
background-color: #af5ab5;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af5ab5;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 90, 181, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 90, 181, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af5ab5; background: linear-gradient(135deg, #af5ab5, #B55A7E);