#af95fc
a light, electric violet · warm · closest name: slateblue
RGB
175, 149, 252
HSL
255°, 95%, 79%
CMYK
31, 41, 0, 1
Luminance
0.3764
Every format
| HEX | #af95fc |
| RGB | rgb(175, 149, 252) |
| HSL | hsl(255, 95%, 79%) |
| CMYK | cmyk(31%, 41%, 0%, 1%) |
| LAB | lab(67.8 31.5 -48.0) |
| LCH | lch(67.8 57.4 303.3) |
| OKLCH | oklch(0.735 0.147 294.1) |
Copy-ready code
/* CSS */
color: #af95fc;
background-color: #af95fc;
/* Tailwind (arbitrary) */
class="text-[#af95fc] bg-[#af95fc]"
/* SCSS */
$brand: #af95fc;
/* SwiftUI */
Color(red: 0.686, green: 0.584, blue: 0.988)
/* Android */
Color.parseColor("#af95fc")Accessibility — WCAG contrast
Aa
#af95fc on white: 2.46:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#af95fc on black: 8.53:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green58.4%
Blue98.8%
CMYK percentages
Cyan30.6%
Magenta40.9%
Yellow0.0%
Key (black)1.2%
Color previews
#af95fc text on a black background
contrast 8.53:1
Card sample
#af95fc text on a white background
contrast 2.46:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af95fc;
Background color
Panel with #af95fc background
background-color: #af95fc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af95fc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 149, 252, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 149, 252, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af95fc; background: linear-gradient(135deg, #af95fc, #F495FC);