#af72cc
a balanced, vivid violet · warm · closest name: orchid
RGB
175, 114, 204
HSL
281°, 47%, 62%
CMYK
14, 44, 0, 20
Luminance
0.2551
Every format
| HEX | #af72cc |
| RGB | rgb(175, 114, 204) |
| HSL | hsl(281, 47%, 62%) |
| CMYK | cmyk(14%, 44%, 0%, 20%) |
| LAB | lab(57.6 39.9 -37.3) |
| LCH | lch(57.6 54.6 316.9) |
| OKLCH | oklch(0.650 0.144 314.1) |
Copy-ready code
/* CSS */
color: #af72cc;
background-color: #af72cc;
/* Tailwind (arbitrary) */
class="text-[#af72cc] bg-[#af72cc]"
/* SCSS */
$brand: #af72cc;
/* SwiftUI */
Color(red: 0.686, green: 0.447, blue: 0.800)
/* Android */
Color.parseColor("#af72cc")Accessibility — WCAG contrast
Aa
#af72cc on white: 3.44:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#af72cc on black: 6.10:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green44.7%
Blue80.0%
CMYK percentages
Cyan14.2%
Magenta44.1%
Yellow0.0%
Key (black)20.0%
Color previews
#af72cc text on a black background
contrast 6.10:1
Card sample
#af72cc text on a white background
contrast 3.44:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af72cc;
Background color
Panel with #af72cc background
background-color: #af72cc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af72cc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 114, 204, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 114, 204, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af72cc; background: linear-gradient(135deg, #af72cc, #CC72AD);