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