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