#af72c3
a balanced, soft violet · warm · closest name: orchid
RGB
175, 114, 195
HSL
285°, 40%, 61%
CMYK
10, 42, 0, 24
Luminance
0.2509
Every format
| HEX | #af72c3 |
| RGB | rgb(175, 114, 195) |
| HSL | hsl(285, 40%, 61%) |
| CMYK | cmyk(10%, 42%, 0%, 24%) |
| LAB | lab(57.2 38.0 -32.8) |
| LCH | lch(57.2 50.2 319.2) |
| OKLCH | oklch(0.646 0.134 317.5) |
Copy-ready code
/* CSS */
color: #af72c3;
background-color: #af72c3;
/* Tailwind (arbitrary) */
class="text-[#af72c3] bg-[#af72c3]"
/* SCSS */
$brand: #af72c3;
/* SwiftUI */
Color(red: 0.686, green: 0.447, blue: 0.765)
/* Android */
Color.parseColor("#af72c3")Accessibility — WCAG contrast
Aa
#af72c3 on white: 3.49:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#af72c3 on black: 6.02:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green44.7%
Blue76.5%
CMYK percentages
Cyan10.3%
Magenta41.5%
Yellow0.0%
Key (black)23.5%
Color previews
#af72c3 text on a black background
contrast 6.02:1
Card sample
#af72c3 text on a white background
contrast 3.49:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af72c3;
Background color
Panel with #af72c3 background
background-color: #af72c3;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af72c3;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 114, 195, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 114, 195, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af72c3; background: linear-gradient(135deg, #af72c3, #C372A1);