#af5ff3
a light, electric violet · warm · closest name: slateblue
RGB
175, 95, 243
HSL
272°, 86%, 66%
CMYK
28, 61, 0, 5
Luminance
0.2377
Every format
| HEX | #af5ff3 |
| RGB | rgb(175, 95, 243) |
| HSL | hsl(272, 86%, 66%) |
| CMYK | cmyk(28%, 61%, 0%, 5%) |
| LAB | lab(55.9 58.4 -62.0) |
| LCH | lch(55.9 85.2 313.3) |
| OKLCH | oklch(0.645 0.217 306.1) |
Copy-ready code
/* CSS */
color: #af5ff3;
background-color: #af5ff3;
/* Tailwind (arbitrary) */
class="text-[#af5ff3] bg-[#af5ff3]"
/* SCSS */
$brand: #af5ff3;
/* SwiftUI */
Color(red: 0.686, green: 0.373, blue: 0.953)
/* Android */
Color.parseColor("#af5ff3")Accessibility — WCAG contrast
Aa
#af5ff3 on white: 3.65:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#af5ff3 on black: 5.75:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green37.3%
Blue95.3%
CMYK percentages
Cyan28.0%
Magenta60.9%
Yellow0.0%
Key (black)4.7%
Color previews
#af5ff3 text on a black background
contrast 5.75:1
Card sample
#af5ff3 text on a white background
contrast 3.65:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af5ff3;
Background color
Panel with #af5ff3 background
background-color: #af5ff3;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af5ff3;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 95, 243, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 95, 243, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af5ff3; background: linear-gradient(135deg, #af5ff3, #F35FD4);