#af2bec
a balanced, electric violet · warm · closest name: magenta
RGB
175, 43, 236
HSL
281°, 84%, 55%
CMYK
26, 82, 0, 8
Luminance
0.1690
Every format
| HEX | #af2bec |
| RGB | rgb(175, 43, 236) |
| HSL | hsl(281, 84%, 55%) |
| CMYK | cmyk(26%, 82%, 0%, 8%) |
| LAB | lab(48.1 77.4 -70.5) |
| LCH | lch(48.1 104.7 317.7) |
| OKLCH | oklch(0.588 0.267 311.5) |
Copy-ready code
/* CSS */
color: #af2bec;
background-color: #af2bec;
/* Tailwind (arbitrary) */
class="text-[#af2bec] bg-[#af2bec]"
/* SCSS */
$brand: #af2bec;
/* SwiftUI */
Color(red: 0.686, green: 0.169, blue: 0.925)
/* Android */
Color.parseColor("#af2bec")Accessibility — WCAG contrast
Aa
#af2bec on white: 4.79:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#af2bec on black: 4.38:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green16.9%
Blue92.5%
CMYK percentages
Cyan25.8%
Magenta81.8%
Yellow0.0%
Key (black)7.5%
Color previews
#af2bec text on a black background
contrast 4.38:1
Card sample
#af2bec text on a white background
contrast 4.79:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af2bec;
Background color
Panel with #af2bec background
background-color: #af2bec;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af2bec;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 43, 236, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 43, 236, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af2bec; background: linear-gradient(135deg, #af2bec, #EC2BA8);