#af5cf9
a light, electric violet · warm · closest name: slateblue
RGB
175, 92, 249
HSL
272°, 93%, 67%
CMYK
30, 63, 0, 2
Luminance
0.2361
Every format
| HEX | #af5cf9 |
| RGB | rgb(175, 92, 249) |
| HSL | hsl(272, 93%, 67%) |
| CMYK | cmyk(30%, 63%, 0%, 2%) |
| LAB | lab(55.7 61.3 -65.6) |
| LCH | lch(55.7 89.7 313.1) |
| OKLCH | oklch(0.645 0.227 305.2) |
Copy-ready code
/* CSS */
color: #af5cf9;
background-color: #af5cf9;
/* Tailwind (arbitrary) */
class="text-[#af5cf9] bg-[#af5cf9]"
/* SCSS */
$brand: #af5cf9;
/* SwiftUI */
Color(red: 0.686, green: 0.361, blue: 0.976)
/* Android */
Color.parseColor("#af5cf9")Accessibility — WCAG contrast
Aa
#af5cf9 on white: 3.67:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#af5cf9 on black: 5.72:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green36.1%
Blue97.6%
CMYK percentages
Cyan29.7%
Magenta63.1%
Yellow0.0%
Key (black)2.4%
Color previews
#af5cf9 text on a black background
contrast 5.72:1
Card sample
#af5cf9 text on a white background
contrast 3.67:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af5cf9;
Background color
Panel with #af5cf9 background
background-color: #af5cf9;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af5cf9;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 92, 249, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 92, 249, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af5cf9; background: linear-gradient(135deg, #af5cf9, #F95CDA);