#af8cf4
a light, electric violet · warm · closest name: slateblue
RGB
175, 140, 244
HSL
260°, 83%, 75%
CMYK
28, 43, 0, 4
Luminance
0.3440
Every format
| HEX | #af8cf4 |
| RGB | rgb(175, 140, 244) |
| HSL | hsl(260, 83%, 75%) |
| CMYK | cmyk(28%, 43%, 0%, 4%) |
| LAB | lab(65.3 34.6 -47.5) |
| LCH | lch(65.3 58.8 306.1) |
| OKLCH | oklch(0.715 0.151 298.0) |
Copy-ready code
/* CSS */
color: #af8cf4;
background-color: #af8cf4;
/* Tailwind (arbitrary) */
class="text-[#af8cf4] bg-[#af8cf4]"
/* SCSS */
$brand: #af8cf4;
/* SwiftUI */
Color(red: 0.686, green: 0.549, blue: 0.957)
/* Android */
Color.parseColor("#af8cf4")Accessibility — WCAG contrast
Aa
#af8cf4 on white: 2.66:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#af8cf4 on black: 7.88:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green54.9%
Blue95.7%
CMYK percentages
Cyan28.3%
Magenta42.6%
Yellow0.0%
Key (black)4.3%
Color previews
#af8cf4 text on a black background
contrast 7.88:1
Card sample
#af8cf4 text on a white background
contrast 2.66:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af8cf4;
Background color
Panel with #af8cf4 background
background-color: #af8cf4;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af8cf4;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 140, 244, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 140, 244, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af8cf4; background: linear-gradient(135deg, #af8cf4, #F48CF4);