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