#af5faf
a balanced, soft magenta / pink · warm · closest name: orchid
RGB
175, 95, 175
HSL
300°, 33%, 53%
CMYK
0, 46, 0, 31
Luminance
0.2039
Every format
| HEX | #af5faf |
| RGB | rgb(175, 95, 175) |
| HSL | hsl(300, 33%, 53%) |
| CMYK | cmyk(0%, 46%, 0%, 31%) |
| LAB | lab(52.3 44.3 -28.9) |
| LCH | lch(52.3 52.9 326.8) |
| OKLCH | oklch(0.607 0.146 327.2) |
Copy-ready code
/* CSS */
color: #af5faf;
background-color: #af5faf;
/* Tailwind (arbitrary) */
class="text-[#af5faf] bg-[#af5faf]"
/* SCSS */
$brand: #af5faf;
/* SwiftUI */
Color(red: 0.686, green: 0.373, blue: 0.686)
/* Android */
Color.parseColor("#af5faf")Accessibility — WCAG contrast
Aa
#af5faf on white: 4.13:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#af5faf on black: 5.08:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green37.3%
Blue68.6%
CMYK percentages
Cyan0.0%
Magenta45.7%
Yellow0.0%
Key (black)31.4%
Color previews
#af5faf text on a black background
contrast 5.08:1
Card sample
#af5faf text on a white background
contrast 4.13:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af5faf;
Background color
Panel with #af5faf background
background-color: #af5faf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af5faf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 95, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 95, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af5faf; background: linear-gradient(135deg, #af5faf, #AF5F7A);