#af5ba2
a balanced, soft magenta / pink · warm · closest name: orchid
RGB
175, 91, 162
HSL
309°, 34%, 52%
CMYK
0, 48, 7, 31
Luminance
0.1920
Every format
| HEX | #af5ba2 |
| RGB | rgb(175, 91, 162) |
| HSL | hsl(309, 34%, 52%) |
| CMYK | cmyk(0%, 48%, 7%, 31%) |
| LAB | lab(50.9 44.0 -23.4) |
| LCH | lch(50.9 49.8 332.0) |
| OKLCH | oklch(0.595 0.141 333.3) |
Copy-ready code
/* CSS */
color: #af5ba2;
background-color: #af5ba2;
/* Tailwind (arbitrary) */
class="text-[#af5ba2] bg-[#af5ba2]"
/* SCSS */
$brand: #af5ba2;
/* SwiftUI */
Color(red: 0.686, green: 0.357, blue: 0.635)
/* Android */
Color.parseColor("#af5ba2")Accessibility — WCAG contrast
Aa
#af5ba2 on white: 4.34:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#af5ba2 on black: 4.84:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green35.7%
Blue63.5%
CMYK percentages
Cyan0.0%
Magenta48.0%
Yellow7.4%
Key (black)31.4%
Color previews
#af5ba2 text on a black background
contrast 4.84:1
Card sample
#af5ba2 text on a white background
contrast 4.34:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af5ba2;
Background color
Panel with #af5ba2 background
background-color: #af5ba2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af5ba2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 91, 162, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 91, 162, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af5ba2; background: linear-gradient(135deg, #af5ba2, #AF5B6A);