#af3ff5
a balanced, electric violet · warm · closest name: magenta
RGB
175, 63, 245
HSL
277°, 90%, 60%
CMYK
29, 74, 0, 4
Luminance
0.1926
Every format
| HEX | #af3ff5 |
| RGB | rgb(175, 63, 245) |
| HSL | hsl(277, 90%, 60%) |
| CMYK | cmyk(29%, 74%, 0%, 4%) |
| LAB | lab(51.0 72.8 -70.9) |
| LCH | lch(51.0 101.6 315.7) |
| OKLCH | oklch(0.610 0.257 308.5) |
Copy-ready code
/* CSS */
color: #af3ff5;
background-color: #af3ff5;
/* Tailwind (arbitrary) */
class="text-[#af3ff5] bg-[#af3ff5]"
/* SCSS */
$brand: #af3ff5;
/* SwiftUI */
Color(red: 0.686, green: 0.247, blue: 0.961)
/* Android */
Color.parseColor("#af3ff5")Accessibility — WCAG contrast
Aa
#af3ff5 on white: 4.33:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#af3ff5 on black: 4.85:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green24.7%
Blue96.1%
CMYK percentages
Cyan28.6%
Magenta74.3%
Yellow0.0%
Key (black)3.9%
Color previews
#af3ff5 text on a black background
contrast 4.85:1
Card sample
#af3ff5 text on a white background
contrast 4.33:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af3ff5;
Background color
Panel with #af3ff5 background
background-color: #af3ff5;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af3ff5;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 63, 245, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 63, 245, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af3ff5; background: linear-gradient(135deg, #af3ff5, #F53FC2);