#af3cd8
a balanced, vivid violet · warm · closest name: purple
RGB
175, 60, 216
HSL
284°, 67%, 54%
CMYK
19, 72, 0, 15
Luminance
0.1730
Every format
| HEX | #af3cd8 |
| RGB | rgb(175, 60, 216) |
| HSL | hsl(284, 67%, 54%) |
| CMYK | cmyk(19%, 72%, 0%, 15%) |
| LAB | lab(48.6 68.1 -58.3) |
| LCH | lch(48.6 89.7 319.4) |
| OKLCH | oklch(0.587 0.234 315.5) |
Copy-ready code
/* CSS */
color: #af3cd8;
background-color: #af3cd8;
/* Tailwind (arbitrary) */
class="text-[#af3cd8] bg-[#af3cd8]"
/* SCSS */
$brand: #af3cd8;
/* SwiftUI */
Color(red: 0.686, green: 0.235, blue: 0.847)
/* Android */
Color.parseColor("#af3cd8")Accessibility — WCAG contrast
Aa
#af3cd8 on white: 4.71:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#af3cd8 on black: 4.46:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green23.5%
Blue84.7%
CMYK percentages
Cyan19.0%
Magenta72.2%
Yellow0.0%
Key (black)15.3%
Color previews
#af3cd8 text on a black background
contrast 4.46:1
Card sample
#af3cd8 text on a white background
contrast 4.71:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af3cd8;
Background color
Panel with #af3cd8 background
background-color: #af3cd8;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af3cd8;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 60, 216, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 60, 216, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af3cd8; background: linear-gradient(135deg, #af3cd8, #D83C99);