#af5cf3
a light, electric violet · warm · closest name: slateblue
RGB
175, 92, 243
HSL
273°, 86%, 66%
CMYK
28, 62, 0, 5
Luminance
0.2324
Every format
| HEX | #af5cf3 |
| RGB | rgb(175, 92, 243) |
| HSL | hsl(273, 86%, 66%) |
| CMYK | cmyk(28%, 62%, 0%, 5%) |
| LAB | lab(55.3 59.9 -62.8) |
| LCH | lch(55.3 86.8 313.6) |
| OKLCH | oklch(0.641 0.221 306.5) |
Copy-ready code
/* CSS */
color: #af5cf3;
background-color: #af5cf3;
/* Tailwind (arbitrary) */
class="text-[#af5cf3] bg-[#af5cf3]"
/* SCSS */
$brand: #af5cf3;
/* SwiftUI */
Color(red: 0.686, green: 0.361, blue: 0.953)
/* Android */
Color.parseColor("#af5cf3")Accessibility — WCAG contrast
Aa
#af5cf3 on white: 3.72:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#af5cf3 on black: 5.65:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green36.1%
Blue95.3%
CMYK percentages
Cyan28.0%
Magenta62.1%
Yellow0.0%
Key (black)4.7%
Color previews
#af5cf3 text on a black background
contrast 5.65:1
Card sample
#af5cf3 text on a white background
contrast 3.72:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af5cf3;
Background color
Panel with #af5cf3 background
background-color: #af5cf3;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af5cf3;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 92, 243, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 92, 243, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af5cf3; background: linear-gradient(135deg, #af5cf3, #F35CD2);