#af5cb8
a balanced, soft magenta / pink · warm · closest name: orchid
RGB
175, 92, 184
HSL
294°, 39%, 54%
CMYK
5, 50, 0, 28
Luminance
0.2023
Every format
| HEX | #af5cb8 |
| RGB | rgb(175, 92, 184) |
| HSL | hsl(294, 39%, 54%) |
| CMYK | cmyk(5%, 50%, 0%, 28%) |
| LAB | lab(52.1 47.5 -34.4) |
| LCH | lch(52.1 58.7 324.1) |
| OKLCH | oklch(0.607 0.160 323.6) |
Copy-ready code
/* CSS */
color: #af5cb8;
background-color: #af5cb8;
/* Tailwind (arbitrary) */
class="text-[#af5cb8] bg-[#af5cb8]"
/* SCSS */
$brand: #af5cb8;
/* SwiftUI */
Color(red: 0.686, green: 0.361, blue: 0.722)
/* Android */
Color.parseColor("#af5cb8")Accessibility — WCAG contrast
Aa
#af5cb8 on white: 4.16:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#af5cb8 on black: 5.05:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green36.1%
Blue72.2%
CMYK percentages
Cyan4.9%
Magenta50.0%
Yellow0.0%
Key (black)27.8%
Color previews
#af5cb8 text on a black background
contrast 5.05:1
Card sample
#af5cb8 text on a white background
contrast 4.16:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af5cb8;
Background color
Panel with #af5cb8 background
background-color: #af5cb8;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af5cb8;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 92, 184, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 92, 184, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af5cb8; background: linear-gradient(135deg, #af5cb8, #B85C84);