#af2bca
a balanced, vivid violet · warm · closest name: purple
RGB
175, 43, 202
HSL
290°, 65%, 48%
CMYK
13, 79, 0, 21
Luminance
0.1511
Every format
| HEX | #af2bca |
| RGB | rgb(175, 43, 202) |
| HSL | hsl(290, 65%, 48%) |
| CMYK | cmyk(13%, 79%, 0%, 21%) |
| LAB | lab(45.8 71.1 -54.9) |
| LCH | lch(45.8 89.8 322.3) |
| OKLCH | oklch(0.564 0.240 320.0) |
Copy-ready code
/* CSS */
color: #af2bca;
background-color: #af2bca;
/* Tailwind (arbitrary) */
class="text-[#af2bca] bg-[#af2bca]"
/* SCSS */
$brand: #af2bca;
/* SwiftUI */
Color(red: 0.686, green: 0.169, blue: 0.792)
/* Android */
Color.parseColor("#af2bca")Accessibility — WCAG contrast
Aa
#af2bca on white: 5.22:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#af2bca on black: 4.02:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green16.9%
Blue79.2%
CMYK percentages
Cyan13.4%
Magenta78.7%
Yellow0.0%
Key (black)20.8%
Color previews
#af2bca text on a black background
contrast 4.02:1
Card sample
#af2bca text on a white background
contrast 5.22:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af2bca;
Background color
Panel with #af2bca background
background-color: #af2bca;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af2bca;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 43, 202, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 43, 202, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af2bca; background: linear-gradient(135deg, #af2bca, #CA2B7B);