#af5cfb
a light, electric violet · warm · closest name: slateblue
RGB
175, 92, 251
HSL
271°, 95%, 67%
CMYK
30, 63, 0, 2
Luminance
0.2373
Every format
| HEX | #af5cfb |
| RGB | rgb(175, 92, 251) |
| HSL | hsl(271, 95%, 67%) |
| CMYK | cmyk(30%, 63%, 0%, 2%) |
| LAB | lab(55.8 61.7 -66.5) |
| LCH | lch(55.8 90.7 312.9) |
| OKLCH | oklch(0.646 0.229 304.8) |
Copy-ready code
/* CSS */
color: #af5cfb;
background-color: #af5cfb;
/* Tailwind (arbitrary) */
class="text-[#af5cfb] bg-[#af5cfb]"
/* SCSS */
$brand: #af5cfb;
/* SwiftUI */
Color(red: 0.686, green: 0.361, blue: 0.984)
/* Android */
Color.parseColor("#af5cfb")Accessibility — WCAG contrast
Aa
#af5cfb on white: 3.65:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#af5cfb on black: 5.75:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green36.1%
Blue98.4%
CMYK percentages
Cyan30.3%
Magenta63.3%
Yellow0.0%
Key (black)1.6%
Color previews
#af5cfb text on a black background
contrast 5.75:1
Card sample
#af5cfb text on a white background
contrast 3.65:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af5cfb;
Background color
Panel with #af5cfb background
background-color: #af5cfb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af5cfb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 92, 251, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 92, 251, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af5cfb; background: linear-gradient(135deg, #af5cfb, #FB5CDD);