#af65ae
a balanced, soft magenta / pink · warm · closest name: orchid
RGB
175, 101, 174
HSL
301°, 32%, 54%
CMYK
0, 42, 1, 31
Luminance
0.2148
Every format
| HEX | #af65ae |
| RGB | rgb(175, 101, 174) |
| HSL | hsl(301, 32%, 54%) |
| CMYK | cmyk(0%, 42%, 1%, 31%) |
| LAB | lab(53.5 40.9 -26.5) |
| LCH | lch(53.5 48.7 327.0) |
| OKLCH | oklch(0.616 0.135 327.5) |
Copy-ready code
/* CSS */
color: #af65ae;
background-color: #af65ae;
/* Tailwind (arbitrary) */
class="text-[#af65ae] bg-[#af65ae]"
/* SCSS */
$brand: #af65ae;
/* SwiftUI */
Color(red: 0.686, green: 0.396, blue: 0.682)
/* Android */
Color.parseColor("#af65ae")Accessibility — WCAG contrast
Aa
#af65ae on white: 3.97:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#af65ae on black: 5.30:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green39.6%
Blue68.2%
CMYK percentages
Cyan0.0%
Magenta42.3%
Yellow0.6%
Key (black)31.4%
Color previews
#af65ae text on a black background
contrast 5.30:1
Card sample
#af65ae text on a white background
contrast 3.97:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af65ae;
Background color
Panel with #af65ae background
background-color: #af65ae;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af65ae;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 101, 174, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 101, 174, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af65ae; background: linear-gradient(135deg, #af65ae, #AF657D);