#af2be3
a balanced, electric violet · warm · closest name: magenta
RGB
175, 43, 227
HSL
283°, 77%, 53%
CMYK
23, 81, 0, 11
Luminance
0.1639
Every format
| HEX | #af2be3 |
| RGB | rgb(175, 43, 227) |
| HSL | hsl(283, 77%, 53%) |
| CMYK | cmyk(23%, 81%, 0%, 11%) |
| LAB | lab(47.5 75.7 -66.5) |
| LCH | lch(47.5 100.7 318.7) |
| OKLCH | oklch(0.582 0.260 313.6) |
Copy-ready code
/* CSS */
color: #af2be3;
background-color: #af2be3;
/* Tailwind (arbitrary) */
class="text-[#af2be3] bg-[#af2be3]"
/* SCSS */
$brand: #af2be3;
/* SwiftUI */
Color(red: 0.686, green: 0.169, blue: 0.890)
/* Android */
Color.parseColor("#af2be3")Accessibility — WCAG contrast
Aa
#af2be3 on white: 4.91:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#af2be3 on black: 4.28:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green16.9%
Blue89.0%
CMYK percentages
Cyan22.9%
Magenta81.1%
Yellow0.0%
Key (black)11.0%
Color previews
#af2be3 text on a black background
contrast 4.28:1
Card sample
#af2be3 text on a white background
contrast 4.91:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af2be3;
Background color
Panel with #af2be3 background
background-color: #af2be3;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af2be3;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 43, 227, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 43, 227, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af2be3; background: linear-gradient(135deg, #af2be3, #E32B9C);