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