#af4bfc
a balanced, electric violet · warm · closest name: magenta
RGB
175, 75, 252
HSL
274°, 97%, 64%
CMYK
31, 70, 0, 1
Luminance
0.2117
Every format
| HEX | #af4bfc |
| RGB | rgb(175, 75, 252) |
| HSL | hsl(274, 97%, 64%) |
| CMYK | cmyk(31%, 70%, 0%, 1%) |
| LAB | lab(53.1 69.5 -71.3) |
| LCH | lch(53.1 99.6 314.3) |
| OKLCH | oklch(0.627 0.251 306.2) |
Copy-ready code
/* CSS */
color: #af4bfc;
background-color: #af4bfc;
/* Tailwind (arbitrary) */
class="text-[#af4bfc] bg-[#af4bfc]"
/* SCSS */
$brand: #af4bfc;
/* SwiftUI */
Color(red: 0.686, green: 0.294, blue: 0.988)
/* Android */
Color.parseColor("#af4bfc")Accessibility — WCAG contrast
Aa
#af4bfc on white: 4.01:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#af4bfc on black: 5.23:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green29.4%
Blue98.8%
CMYK percentages
Cyan30.6%
Magenta70.2%
Yellow0.0%
Key (black)1.2%
Color previews
#af4bfc text on a black background
contrast 5.23:1
Card sample
#af4bfc text on a white background
contrast 4.01:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af4bfc;
Background color
Panel with #af4bfc background
background-color: #af4bfc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af4bfc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 75, 252, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 75, 252, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af4bfc; background: linear-gradient(135deg, #af4bfc, #FC4BD3);