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