#af5ffb
a light, electric violet · warm · closest name: slateblue
RGB
175, 95, 251
HSL
271°, 95%, 68%
CMYK
30, 62, 0, 2
Luminance
0.2426
Every format
| HEX | #af5ffb |
| RGB | rgb(175, 95, 251) |
| HSL | hsl(271, 95%, 68%) |
| CMYK | cmyk(30%, 62%, 0%, 2%) |
| LAB | lab(56.4 60.3 -65.6) |
| LCH | lch(56.4 89.1 312.6) |
| OKLCH | oklch(0.650 0.225 304.4) |
Copy-ready code
/* CSS */
color: #af5ffb;
background-color: #af5ffb;
/* Tailwind (arbitrary) */
class="text-[#af5ffb] bg-[#af5ffb]"
/* SCSS */
$brand: #af5ffb;
/* SwiftUI */
Color(red: 0.686, green: 0.373, blue: 0.984)
/* Android */
Color.parseColor("#af5ffb")Accessibility — WCAG contrast
Aa
#af5ffb on white: 3.59:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#af5ffb on black: 5.85:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green37.3%
Blue98.4%
CMYK percentages
Cyan30.3%
Magenta62.2%
Yellow0.0%
Key (black)1.6%
Color previews
#af5ffb text on a black background
contrast 5.85:1
Card sample
#af5ffb text on a white background
contrast 3.59:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af5ffb;
Background color
Panel with #af5ffb background
background-color: #af5ffb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af5ffb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 95, 251, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 95, 251, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af5ffb; background: linear-gradient(135deg, #af5ffb, #FB5FDF);