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