#af2cdb
a balanced, vivid violet · warm · closest name: magenta
RGB
175, 44, 219
HSL
285°, 71%, 52%
CMYK
20, 80, 0, 14
Luminance
0.1603
Every format
| HEX | #af2cdb |
| RGB | rgb(175, 44, 219) |
| HSL | hsl(285, 71%, 52%) |
| CMYK | cmyk(20%, 80%, 0%, 14%) |
| LAB | lab(47.0 73.9 -62.7) |
| LCH | lch(47.0 96.9 319.7) |
| OKLCH | oklch(0.577 0.253 315.5) |
Copy-ready code
/* CSS */
color: #af2cdb;
background-color: #af2cdb;
/* Tailwind (arbitrary) */
class="text-[#af2cdb] bg-[#af2cdb]"
/* SCSS */
$brand: #af2cdb;
/* SwiftUI */
Color(red: 0.686, green: 0.173, blue: 0.859)
/* Android */
Color.parseColor("#af2cdb")Accessibility — WCAG contrast
Aa
#af2cdb on white: 4.99:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#af2cdb on black: 4.21:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green17.3%
Blue85.9%
CMYK percentages
Cyan20.1%
Magenta79.9%
Yellow0.0%
Key (black)14.1%
Color previews
#af2cdb text on a black background
contrast 4.21:1
Card sample
#af2cdb text on a white background
contrast 4.99:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af2cdb;
Background color
Panel with #af2cdb background
background-color: #af2cdb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af2cdb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 44, 219, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 44, 219, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af2cdb; background: linear-gradient(135deg, #af2cdb, #DB2C92);