#af2fca
a balanced, vivid violet · warm · closest name: purple
RGB
175, 47, 202
HSL
290°, 62%, 49%
CMYK
13, 77, 0, 21
Luminance
0.1541
Every format
| HEX | #af2fca |
| RGB | rgb(175, 47, 202) |
| HSL | hsl(290, 62%, 49%) |
| CMYK | cmyk(13%, 77%, 0%, 21%) |
| LAB | lab(46.2 69.9 -54.2) |
| LCH | lch(46.2 88.5 322.2) |
| OKLCH | oklch(0.567 0.236 319.8) |
Copy-ready code
/* CSS */
color: #af2fca;
background-color: #af2fca;
/* Tailwind (arbitrary) */
class="text-[#af2fca] bg-[#af2fca]"
/* SCSS */
$brand: #af2fca;
/* SwiftUI */
Color(red: 0.686, green: 0.184, blue: 0.792)
/* Android */
Color.parseColor("#af2fca")Accessibility — WCAG contrast
Aa
#af2fca on white: 5.14:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#af2fca on black: 4.08:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green18.4%
Blue79.2%
CMYK percentages
Cyan13.4%
Magenta76.7%
Yellow0.0%
Key (black)20.8%
Color previews
#af2fca text on a black background
contrast 4.08:1
Card sample
#af2fca text on a white background
contrast 5.14:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af2fca;
Background color
Panel with #af2fca background
background-color: #af2fca;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af2fca;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 47, 202, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 47, 202, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af2fca; background: linear-gradient(135deg, #af2fca, #CA2F7E);