#af8afb
a light, electric violet · warm · closest name: slateblue
RGB
175, 138, 251
HSL
260°, 93%, 76%
CMYK
30, 45, 0, 2
Luminance
0.3426
Every format
| HEX | #af8afb |
| RGB | rgb(175, 138, 251) |
| HSL | hsl(260, 93%, 76%) |
| CMYK | cmyk(30%, 45%, 0%, 2%) |
| LAB | lab(65.2 37.5 -51.5) |
| LCH | lch(65.2 63.7 306.0) |
| OKLCH | oklch(0.715 0.163 297.2) |
Copy-ready code
/* CSS */
color: #af8afb;
background-color: #af8afb;
/* Tailwind (arbitrary) */
class="text-[#af8afb] bg-[#af8afb]"
/* SCSS */
$brand: #af8afb;
/* SwiftUI */
Color(red: 0.686, green: 0.541, blue: 0.984)
/* Android */
Color.parseColor("#af8afb")Accessibility — WCAG contrast
Aa
#af8afb on white: 2.67:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#af8afb on black: 7.85:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green54.1%
Blue98.4%
CMYK percentages
Cyan30.3%
Magenta45.0%
Yellow0.0%
Key (black)1.6%
Color previews
#af8afb text on a black background
contrast 7.85:1
Card sample
#af8afb text on a white background
contrast 2.67:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af8afb;
Background color
Panel with #af8afb background
background-color: #af8afb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af8afb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 138, 251, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 138, 251, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af8afb; background: linear-gradient(135deg, #af8afb, #FA8AFB);