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