#af5cac
a balanced, soft magenta / pink · warm · closest name: orchid
RGB
175, 92, 172
HSL
302°, 34%, 52%
CMYK
0, 47, 2, 31
Luminance
0.1975
Every format
| HEX | #af5cac |
| RGB | rgb(175, 92, 172) |
| HSL | hsl(302, 34%, 52%) |
| CMYK | cmyk(0%, 47%, 2%, 31%) |
| LAB | lab(51.5 45.3 -28.3) |
| LCH | lch(51.5 53.4 328.0) |
| OKLCH | oklch(0.601 0.148 328.6) |
Copy-ready code
/* CSS */
color: #af5cac;
background-color: #af5cac;
/* Tailwind (arbitrary) */
class="text-[#af5cac] bg-[#af5cac]"
/* SCSS */
$brand: #af5cac;
/* SwiftUI */
Color(red: 0.686, green: 0.361, blue: 0.675)
/* Android */
Color.parseColor("#af5cac")Accessibility — WCAG contrast
Aa
#af5cac on white: 4.24:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#af5cac on black: 4.95:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green36.1%
Blue67.5%
CMYK percentages
Cyan0.0%
Magenta47.4%
Yellow1.7%
Key (black)31.4%
Color previews
#af5cac text on a black background
contrast 4.95:1
Card sample
#af5cac text on a white background
contrast 4.24:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af5cac;
Background color
Panel with #af5cac background
background-color: #af5cac;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af5cac;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 92, 172, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 92, 172, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af5cac; background: linear-gradient(135deg, #af5cac, #AF5C75);