#af2fcb
a balanced, vivid violet · warm · closest name: purple
RGB
175, 47, 203
HSL
289°, 62%, 49%
CMYK
14, 77, 0, 20
Luminance
0.1546
Every format
| HEX | #af2fcb |
| RGB | rgb(175, 47, 203) |
| HSL | hsl(289, 62%, 49%) |
| CMYK | cmyk(14%, 77%, 0%, 20%) |
| LAB | lab(46.3 70.1 -54.7) |
| LCH | lch(46.3 88.9 322.0) |
| OKLCH | oklch(0.568 0.237 319.6) |
Copy-ready code
/* CSS */
color: #af2fcb;
background-color: #af2fcb;
/* Tailwind (arbitrary) */
class="text-[#af2fcb] bg-[#af2fcb]"
/* SCSS */
$brand: #af2fcb;
/* SwiftUI */
Color(red: 0.686, green: 0.184, blue: 0.796)
/* Android */
Color.parseColor("#af2fcb")Accessibility — WCAG contrast
Aa
#af2fcb on white: 5.13:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#af2fcb on black: 4.09:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green18.4%
Blue79.6%
CMYK percentages
Cyan13.8%
Magenta76.8%
Yellow0.0%
Key (black)20.4%
Color previews
#af2fcb text on a black background
contrast 4.09:1
Card sample
#af2fcb text on a white background
contrast 5.13:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af2fcb;
Background color
Panel with #af2fcb background
background-color: #af2fcb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af2fcb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 47, 203, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 47, 203, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af2fcb; background: linear-gradient(135deg, #af2fcb, #CB2F7F);