#af5cb7
a balanced, soft magenta / pink · warm · closest name: orchid
RGB
175, 92, 183
HSL
295°, 39%, 54%
CMYK
4, 50, 0, 28
Luminance
0.2019
Every format
| HEX | #af5cb7 |
| RGB | rgb(175, 92, 183) |
| HSL | hsl(295, 39%, 54%) |
| CMYK | cmyk(4%, 50%, 0%, 28%) |
| LAB | lab(52.0 47.3 -33.9) |
| LCH | lch(52.0 58.2 324.4) |
| OKLCH | oklch(0.606 0.159 324.0) |
Copy-ready code
/* CSS */
color: #af5cb7;
background-color: #af5cb7;
/* Tailwind (arbitrary) */
class="text-[#af5cb7] bg-[#af5cb7]"
/* SCSS */
$brand: #af5cb7;
/* SwiftUI */
Color(red: 0.686, green: 0.361, blue: 0.718)
/* Android */
Color.parseColor("#af5cb7")Accessibility — WCAG contrast
Aa
#af5cb7 on white: 4.17:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#af5cb7 on black: 5.04:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green36.1%
Blue71.8%
CMYK percentages
Cyan4.4%
Magenta49.7%
Yellow0.0%
Key (black)28.2%
Color previews
#af5cb7 text on a black background
contrast 5.04:1
Card sample
#af5cb7 text on a white background
contrast 4.17:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af5cb7;
Background color
Panel with #af5cb7 background
background-color: #af5cb7;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af5cb7;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 92, 183, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 92, 183, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af5cb7; background: linear-gradient(135deg, #af5cb7, #B75C82);