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