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