#af89fd
a light, electric violet · warm · closest name: slateblue
RGB
175, 137, 253
HSL
260°, 97%, 77%
CMYK
31, 46, 0, 1
Luminance
0.3410
Every format
| HEX | #af89fd |
| RGB | rgb(175, 137, 253) |
| HSL | hsl(260, 97%, 77%) |
| CMYK | cmyk(31%, 46%, 0%, 1%) |
| LAB | lab(65.0 38.5 -52.8) |
| LCH | lch(65.0 65.4 306.1) |
| OKLCH | oklch(0.714 0.167 297.1) |
Copy-ready code
/* CSS */
color: #af89fd;
background-color: #af89fd;
/* Tailwind (arbitrary) */
class="text-[#af89fd] bg-[#af89fd]"
/* SCSS */
$brand: #af89fd;
/* SwiftUI */
Color(red: 0.686, green: 0.537, blue: 0.992)
/* Android */
Color.parseColor("#af89fd")Accessibility — WCAG contrast
Aa
#af89fd on white: 2.69:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#af89fd on black: 7.82:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green53.7%
Blue99.2%
CMYK percentages
Cyan30.8%
Magenta45.8%
Yellow0.0%
Key (black)0.8%
Color previews
#af89fd text on a black background
contrast 7.82:1
Card sample
#af89fd text on a white background
contrast 2.69:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af89fd;
Background color
Panel with #af89fd background
background-color: #af89fd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af89fd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 137, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 137, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af89fd; background: linear-gradient(135deg, #af89fd, #FC89FD);