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