#af5eac
a balanced, soft magenta / pink · warm · closest name: orchid
RGB
175, 94, 172
HSL
302°, 34%, 53%
CMYK
0, 46, 2, 31
Luminance
0.2010
Every format
| HEX | #af5eac |
| RGB | rgb(175, 94, 172) |
| HSL | hsl(302, 34%, 53%) |
| CMYK | cmyk(0%, 46%, 2%, 31%) |
| LAB | lab(52.0 44.2 -27.7) |
| LCH | lch(52.0 52.2 327.9) |
| OKLCH | oklch(0.604 0.145 328.5) |
Copy-ready code
/* CSS */
color: #af5eac;
background-color: #af5eac;
/* Tailwind (arbitrary) */
class="text-[#af5eac] bg-[#af5eac]"
/* SCSS */
$brand: #af5eac;
/* SwiftUI */
Color(red: 0.686, green: 0.369, blue: 0.675)
/* Android */
Color.parseColor("#af5eac")Accessibility — WCAG contrast
Aa
#af5eac on white: 4.18:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#af5eac on black: 5.02:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green36.9%
Blue67.5%
CMYK percentages
Cyan0.0%
Magenta46.3%
Yellow1.7%
Key (black)31.4%
Color previews
#af5eac text on a black background
contrast 5.02:1
Card sample
#af5eac text on a white background
contrast 4.18:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af5eac;
Background color
Panel with #af5eac background
background-color: #af5eac;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af5eac;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 94, 172, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 94, 172, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af5eac; background: linear-gradient(135deg, #af5eac, #AF5E76);