#af4ffc
a balanced, electric violet · warm · closest name: magenta
RGB
175, 79, 252
HSL
273°, 97%, 65%
CMYK
31, 69, 0, 1
Luminance
0.2173
Every format
| HEX | #af4ffc |
| RGB | rgb(175, 79, 252) |
| HSL | hsl(273, 97%, 65%) |
| CMYK | cmyk(31%, 69%, 0%, 1%) |
| LAB | lab(53.7 67.9 -70.4) |
| LCH | lch(53.7 97.8 314.0) |
| OKLCH | oklch(0.631 0.246 305.8) |
Copy-ready code
/* CSS */
color: #af4ffc;
background-color: #af4ffc;
/* Tailwind (arbitrary) */
class="text-[#af4ffc] bg-[#af4ffc]"
/* SCSS */
$brand: #af4ffc;
/* SwiftUI */
Color(red: 0.686, green: 0.310, blue: 0.988)
/* Android */
Color.parseColor("#af4ffc")Accessibility — WCAG contrast
Aa
#af4ffc on white: 3.93:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#af4ffc on black: 5.35:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green31.0%
Blue98.8%
CMYK percentages
Cyan30.6%
Magenta68.7%
Yellow0.0%
Key (black)1.2%
Color previews
#af4ffc text on a black background
contrast 5.35:1
Card sample
#af4ffc text on a white background
contrast 3.93:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af4ffc;
Background color
Panel with #af4ffc background
background-color: #af4ffc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af4ffc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 79, 252, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 79, 252, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af4ffc; background: linear-gradient(135deg, #af4ffc, #FC4FD6);