#af92ff
a light, electric violet · warm · closest name: slateblue
RGB
175, 146, 255
HSL
256°, 100%, 79%
CMYK
31, 43, 0, 0
Luminance
0.3689
Every format
| HEX | #af92ff |
| RGB | rgb(175, 146, 255) |
| HSL | hsl(256, 100%, 79%) |
| CMYK | cmyk(31%, 43%, 0%, 0%) |
| LAB | lab(67.2 34.0 -50.5) |
| LCH | lch(67.2 60.9 303.9) |
| OKLCH | oklch(0.731 0.156 294.5) |
Copy-ready code
/* CSS */
color: #af92ff;
background-color: #af92ff;
/* Tailwind (arbitrary) */
class="text-[#af92ff] bg-[#af92ff]"
/* SCSS */
$brand: #af92ff;
/* SwiftUI */
Color(red: 0.686, green: 0.573, blue: 1.000)
/* Android */
Color.parseColor("#af92ff")Accessibility — WCAG contrast
Aa
#af92ff on white: 2.51:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#af92ff on black: 8.38:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green57.3%
Blue100.0%
CMYK percentages
Cyan31.4%
Magenta42.7%
Yellow0.0%
Key (black)0.0%
Color previews
#af92ff text on a black background
contrast 8.38:1
Card sample
#af92ff text on a white background
contrast 2.51:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af92ff;
Background color
Panel with #af92ff background
background-color: #af92ff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af92ff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 146, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 146, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af92ff; background: linear-gradient(135deg, #af92ff, #F892FF);