#af2bf0
a balanced, electric violet · warm · closest name: magenta
RGB
175, 43, 240
HSL
280°, 87%, 56%
CMYK
27, 82, 0, 6
Luminance
0.1713
Every format
| HEX | #af2bf0 |
| RGB | rgb(175, 43, 240) |
| HSL | hsl(280, 87%, 56%) |
| CMYK | cmyk(27%, 82%, 0%, 6%) |
| LAB | lab(48.4 78.2 -72.3) |
| LCH | lch(48.4 106.5 317.2) |
| OKLCH | oklch(0.591 0.271 310.6) |
Copy-ready code
/* CSS */
color: #af2bf0;
background-color: #af2bf0;
/* Tailwind (arbitrary) */
class="text-[#af2bf0] bg-[#af2bf0]"
/* SCSS */
$brand: #af2bf0;
/* SwiftUI */
Color(red: 0.686, green: 0.169, blue: 0.941)
/* Android */
Color.parseColor("#af2bf0")Accessibility — WCAG contrast
Aa
#af2bf0 on white: 4.74:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#af2bf0 on black: 4.43:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green16.9%
Blue94.1%
CMYK percentages
Cyan27.1%
Magenta82.1%
Yellow0.0%
Key (black)5.9%
Color previews
#af2bf0 text on a black background
contrast 4.43:1
Card sample
#af2bf0 text on a white background
contrast 4.74:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af2bf0;
Background color
Panel with #af2bf0 background
background-color: #af2bf0;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af2bf0;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 43, 240, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 43, 240, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af2bf0; background: linear-gradient(135deg, #af2bf0, #F02BAE);