#af5ba6
a balanced, soft magenta / pink · warm · closest name: orchid
RGB
175, 91, 166
HSL
306°, 34%, 52%
CMYK
0, 48, 5, 31
Luminance
0.1935
Every format
| HEX | #af5ba6 |
| RGB | rgb(175, 91, 166) |
| HSL | hsl(306, 34%, 52%) |
| CMYK | cmyk(0%, 48%, 5%, 31%) |
| LAB | lab(51.1 44.7 -25.5) |
| LCH | lch(51.1 51.5 330.3) |
| OKLCH | oklch(0.597 0.145 331.3) |
Copy-ready code
/* CSS */
color: #af5ba6;
background-color: #af5ba6;
/* Tailwind (arbitrary) */
class="text-[#af5ba6] bg-[#af5ba6]"
/* SCSS */
$brand: #af5ba6;
/* SwiftUI */
Color(red: 0.686, green: 0.357, blue: 0.651)
/* Android */
Color.parseColor("#af5ba6")Accessibility — WCAG contrast
Aa
#af5ba6 on white: 4.31:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#af5ba6 on black: 4.87:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green35.7%
Blue65.1%
CMYK percentages
Cyan0.0%
Magenta48.0%
Yellow5.1%
Key (black)31.4%
Color previews
#af5ba6 text on a black background
contrast 4.87:1
Card sample
#af5ba6 text on a white background
contrast 4.31:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af5ba6;
Background color
Panel with #af5ba6 background
background-color: #af5ba6;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af5ba6;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 91, 166, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 91, 166, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af5ba6; background: linear-gradient(135deg, #af5ba6, #AF5B6E);