#af3bfc
a balanced, electric violet · warm · closest name: magenta
RGB
175, 59, 252
HSL
276°, 97%, 61%
CMYK
31, 77, 0, 1
Luminance
0.1927
Every format
| HEX | #af3bfc |
| RGB | rgb(175, 59, 252) |
| HSL | hsl(276, 97%, 61%) |
| CMYK | cmyk(31%, 77%, 0%, 1%) |
| LAB | lab(51.0 75.7 -74.8) |
| LCH | lch(51.0 106.4 315.3) |
| OKLCH | oklch(0.612 0.267 307.3) |
Copy-ready code
/* CSS */
color: #af3bfc;
background-color: #af3bfc;
/* Tailwind (arbitrary) */
class="text-[#af3bfc] bg-[#af3bfc]"
/* SCSS */
$brand: #af3bfc;
/* SwiftUI */
Color(red: 0.686, green: 0.231, blue: 0.988)
/* Android */
Color.parseColor("#af3bfc")Accessibility — WCAG contrast
Aa
#af3bfc on white: 4.33:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#af3bfc on black: 4.85:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green23.1%
Blue98.8%
CMYK percentages
Cyan30.6%
Magenta76.6%
Yellow0.0%
Key (black)1.2%
Color previews
#af3bfc text on a black background
contrast 4.85:1
Card sample
#af3bfc text on a white background
contrast 4.33:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af3bfc;
Background color
Panel with #af3bfc background
background-color: #af3bfc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af3bfc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 59, 252, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 59, 252, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af3bfc; background: linear-gradient(135deg, #af3bfc, #FC3BC8);