#af2ce7
a balanced, electric violet · warm · closest name: magenta
RGB
175, 44, 231
HSL
282°, 80%, 54%
CMYK
24, 81, 0, 9
Luminance
0.1668
Every format
| HEX | #af2ce7 |
| RGB | rgb(175, 44, 231) |
| HSL | hsl(282, 80%, 54%) |
| CMYK | cmyk(24%, 81%, 0%, 9%) |
| LAB | lab(47.9 76.2 -68.1) |
| LCH | lch(47.9 102.2 318.2) |
| OKLCH | oklch(0.585 0.262 312.6) |
Copy-ready code
/* CSS */
color: #af2ce7;
background-color: #af2ce7;
/* Tailwind (arbitrary) */
class="text-[#af2ce7] bg-[#af2ce7]"
/* SCSS */
$brand: #af2ce7;
/* SwiftUI */
Color(red: 0.686, green: 0.173, blue: 0.906)
/* Android */
Color.parseColor("#af2ce7")Accessibility — WCAG contrast
Aa
#af2ce7 on white: 4.84:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#af2ce7 on black: 4.34:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green17.3%
Blue90.6%
CMYK percentages
Cyan24.2%
Magenta81.0%
Yellow0.0%
Key (black)9.4%
Color previews
#af2ce7 text on a black background
contrast 4.34:1
Card sample
#af2ce7 text on a white background
contrast 4.84:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af2ce7;
Background color
Panel with #af2ce7 background
background-color: #af2ce7;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af2ce7;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 44, 231, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 44, 231, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af2ce7; background: linear-gradient(135deg, #af2ce7, #E72CA2);