#af2ccc
a balanced, vivid violet · warm · closest name: purple
RGB
175, 44, 204
HSL
289°, 65%, 49%
CMYK
14, 78, 0, 20
Luminance
0.1527
Every format
| HEX | #af2ccc |
| RGB | rgb(175, 44, 204) |
| HSL | hsl(289, 65%, 49%) |
| CMYK | cmyk(14%, 78%, 0%, 20%) |
| LAB | lab(46.0 71.2 -55.7) |
| LCH | lch(46.0 90.4 322.0) |
| OKLCH | oklch(0.566 0.240 319.4) |
Copy-ready code
/* CSS */
color: #af2ccc;
background-color: #af2ccc;
/* Tailwind (arbitrary) */
class="text-[#af2ccc] bg-[#af2ccc]"
/* SCSS */
$brand: #af2ccc;
/* SwiftUI */
Color(red: 0.686, green: 0.173, blue: 0.800)
/* Android */
Color.parseColor("#af2ccc")Accessibility — WCAG contrast
Aa
#af2ccc on white: 5.18:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#af2ccc on black: 4.05:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green17.3%
Blue80.0%
CMYK percentages
Cyan14.2%
Magenta78.4%
Yellow0.0%
Key (black)20.0%
Color previews
#af2ccc text on a black background
contrast 4.05:1
Card sample
#af2ccc text on a white background
contrast 5.18:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af2ccc;
Background color
Panel with #af2ccc background
background-color: #af2ccc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af2ccc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 44, 204, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 44, 204, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af2ccc; background: linear-gradient(135deg, #af2ccc, #CC2C7E);