#af38ff
a balanced, electric violet · warm · closest name: magenta
RGB
175, 56, 255
HSL
276°, 100%, 61%
CMYK
31, 78, 0, 0
Luminance
0.1916
Every format
| HEX | #af38ff |
| RGB | rgb(175, 56, 255) |
| HSL | hsl(276, 100%, 61%) |
| CMYK | cmyk(31%, 78%, 0%, 0%) |
| LAB | lab(50.9 77.3 -76.7) |
| LCH | lch(50.9 108.9 315.2) |
| OKLCH | oklch(0.612 0.273 306.9) |
Copy-ready code
/* CSS */
color: #af38ff;
background-color: #af38ff;
/* Tailwind (arbitrary) */
class="text-[#af38ff] bg-[#af38ff]"
/* SCSS */
$brand: #af38ff;
/* SwiftUI */
Color(red: 0.686, green: 0.220, blue: 1.000)
/* Android */
Color.parseColor("#af38ff")Accessibility — WCAG contrast
Aa
#af38ff on white: 4.35:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#af38ff on black: 4.83:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green22.0%
Blue100.0%
CMYK percentages
Cyan31.4%
Magenta78.0%
Yellow0.0%
Key (black)0.0%
Color previews
#af38ff text on a black background
contrast 4.83:1
Card sample
#af38ff text on a white background
contrast 4.35:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af38ff;
Background color
Panel with #af38ff background
background-color: #af38ff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af38ff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 56, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 56, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af38ff; background: linear-gradient(135deg, #af38ff, #FF38CA);