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