#af38f0
a balanced, electric violet · warm · closest name: magenta
RGB
175, 56, 240
HSL
279°, 86%, 58%
CMYK
27, 77, 0, 6
Luminance
0.1823
Every format
| HEX | #af38f0 |
| RGB | rgb(175, 56, 240) |
| HSL | hsl(279, 86%, 58%) |
| CMYK | cmyk(27%, 77%, 0%, 6%) |
| LAB | lab(49.8 74.2 -70.1) |
| LCH | lch(49.8 102.1 316.6) |
| OKLCH | oklch(0.601 0.260 310.0) |
Copy-ready code
/* CSS */
color: #af38f0;
background-color: #af38f0;
/* Tailwind (arbitrary) */
class="text-[#af38f0] bg-[#af38f0]"
/* SCSS */
$brand: #af38f0;
/* SwiftUI */
Color(red: 0.686, green: 0.220, blue: 0.941)
/* Android */
Color.parseColor("#af38f0")Accessibility — WCAG contrast
Aa
#af38f0 on white: 4.52:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#af38f0 on black: 4.65:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green22.0%
Blue94.1%
CMYK percentages
Cyan27.1%
Magenta76.7%
Yellow0.0%
Key (black)5.9%
Color previews
#af38f0 text on a black background
contrast 4.65:1
Card sample
#af38f0 text on a white background
contrast 4.52:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af38f0;
Background color
Panel with #af38f0 background
background-color: #af38f0;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af38f0;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 56, 240, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 56, 240, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af38f0; background: linear-gradient(135deg, #af38f0, #F038B6);