#af48cc
a balanced, vivid violet · warm · closest name: orchid
RGB
175, 72, 204
HSL
287°, 56%, 54%
CMYK
14, 65, 0, 20
Luminance
0.1811
Every format
| HEX | #af48cc |
| RGB | rgb(175, 72, 204) |
| HSL | hsl(287, 56%, 54%) |
| CMYK | cmyk(14%, 65%, 0%, 20%) |
| LAB | lab(49.6 60.9 -49.9) |
| LCH | lch(49.6 78.7 320.7) |
| OKLCH | oklch(0.592 0.209 318.1) |
Copy-ready code
/* CSS */
color: #af48cc;
background-color: #af48cc;
/* Tailwind (arbitrary) */
class="text-[#af48cc] bg-[#af48cc]"
/* SCSS */
$brand: #af48cc;
/* SwiftUI */
Color(red: 0.686, green: 0.282, blue: 0.800)
/* Android */
Color.parseColor("#af48cc")Accessibility — WCAG contrast
Aa
#af48cc on white: 4.54:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#af48cc on black: 4.62:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green28.2%
Blue80.0%
CMYK percentages
Cyan14.2%
Magenta64.7%
Yellow0.0%
Key (black)20.0%
Color previews
#af48cc text on a black background
contrast 4.62:1
Card sample
#af48cc text on a white background
contrast 4.54:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af48cc;
Background color
Panel with #af48cc background
background-color: #af48cc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af48cc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 72, 204, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 72, 204, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af48cc; background: linear-gradient(135deg, #af48cc, #CC4891);