#af95fa
a light, electric violet · warm · closest name: slateblue
RGB
175, 149, 250
HSL
255°, 91%, 78%
CMYK
30, 40, 0, 2
Luminance
0.3751
Every format
| HEX | #af95fa |
| RGB | rgb(175, 149, 250) |
| HSL | hsl(255, 91%, 78%) |
| CMYK | cmyk(30%, 40%, 0%, 2%) |
| LAB | lab(67.7 31.1 -47.0) |
| LCH | lch(67.7 56.4 303.4) |
| OKLCH | oklch(0.734 0.145 294.4) |
Copy-ready code
/* CSS */
color: #af95fa;
background-color: #af95fa;
/* Tailwind (arbitrary) */
class="text-[#af95fa] bg-[#af95fa]"
/* SCSS */
$brand: #af95fa;
/* SwiftUI */
Color(red: 0.686, green: 0.584, blue: 0.980)
/* Android */
Color.parseColor("#af95fa")Accessibility — WCAG contrast
Aa
#af95fa on white: 2.47:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#af95fa on black: 8.50:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green58.4%
Blue98.0%
CMYK percentages
Cyan30.0%
Magenta40.4%
Yellow0.0%
Key (black)2.0%
Color previews
#af95fa text on a black background
contrast 8.50:1
Card sample
#af95fa text on a white background
contrast 2.47:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af95fa;
Background color
Panel with #af95fa background
background-color: #af95fa;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af95fa;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 149, 250, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 149, 250, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af95fa; background: linear-gradient(135deg, #af95fa, #F295FA);