#af3ffc
a balanced, electric violet · warm · closest name: magenta
RGB
175, 63, 252
HSL
276°, 97%, 62%
CMYK
31, 75, 0, 1
Luminance
0.1970
Every format
| HEX | #af3ffc |
| RGB | rgb(175, 63, 252) |
| HSL | hsl(276, 97%, 62%) |
| CMYK | cmyk(31%, 75%, 0%, 1%) |
| LAB | lab(51.5 74.2 -74.0) |
| LCH | lch(51.5 104.8 315.1) |
| OKLCH | oklch(0.615 0.264 307.0) |
Copy-ready code
/* CSS */
color: #af3ffc;
background-color: #af3ffc;
/* Tailwind (arbitrary) */
class="text-[#af3ffc] bg-[#af3ffc]"
/* SCSS */
$brand: #af3ffc;
/* SwiftUI */
Color(red: 0.686, green: 0.247, blue: 0.988)
/* Android */
Color.parseColor("#af3ffc")Accessibility — WCAG contrast
Aa
#af3ffc on white: 4.25:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#af3ffc on black: 4.94:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green24.7%
Blue98.8%
CMYK percentages
Cyan30.6%
Magenta75.0%
Yellow0.0%
Key (black)1.2%
Color previews
#af3ffc text on a black background
contrast 4.94:1
Card sample
#af3ffc text on a white background
contrast 4.25:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af3ffc;
Background color
Panel with #af3ffc background
background-color: #af3ffc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af3ffc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 63, 252, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 63, 252, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af3ffc; background: linear-gradient(135deg, #af3ffc, #FC3FCB);