#af74f9
a light, electric violet · warm · closest name: slateblue
RGB
175, 116, 249
HSL
267°, 92%, 72%
CMYK
30, 53, 0, 2
Luminance
0.2844
Every format
| HEX | #af74f9 |
| RGB | rgb(175, 116, 249) |
| HSL | hsl(267, 92%, 72%) |
| CMYK | cmyk(30%, 53%, 0%, 2%) |
| LAB | lab(60.3 49.0 -58.2) |
| LCH | lch(60.3 76.1 310.1) |
| OKLCH | oklch(0.678 0.194 302.0) |
Copy-ready code
/* CSS */
color: #af74f9;
background-color: #af74f9;
/* Tailwind (arbitrary) */
class="text-[#af74f9] bg-[#af74f9]"
/* SCSS */
$brand: #af74f9;
/* SwiftUI */
Color(red: 0.686, green: 0.455, blue: 0.976)
/* Android */
Color.parseColor("#af74f9")Accessibility — WCAG contrast
Aa
#af74f9 on white: 3.14:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#af74f9 on black: 6.69:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green45.5%
Blue97.6%
CMYK percentages
Cyan29.7%
Magenta53.4%
Yellow0.0%
Key (black)2.4%
Color previews
#af74f9 text on a black background
contrast 6.69:1
Card sample
#af74f9 text on a white background
contrast 3.14:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af74f9;
Background color
Panel with #af74f9 background
background-color: #af74f9;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af74f9;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 116, 249, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 116, 249, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af74f9; background: linear-gradient(135deg, #af74f9, #F974EA);