#af5fea
a balanced, electric violet · warm · closest name: slateblue
RGB
175, 95, 234
HSL
275°, 77%, 65%
CMYK
25, 59, 0, 8
Luminance
0.2324
Every format
| HEX | #af5fea |
| RGB | rgb(175, 95, 234) |
| HSL | hsl(275, 77%, 65%) |
| CMYK | cmyk(25%, 59%, 0%, 8%) |
| LAB | lab(55.3 56.4 -57.8) |
| LCH | lch(55.3 80.8 314.3) |
| OKLCH | oklch(0.639 0.207 308.1) |
Copy-ready code
/* CSS */
color: #af5fea;
background-color: #af5fea;
/* Tailwind (arbitrary) */
class="text-[#af5fea] bg-[#af5fea]"
/* SCSS */
$brand: #af5fea;
/* SwiftUI */
Color(red: 0.686, green: 0.373, blue: 0.918)
/* Android */
Color.parseColor("#af5fea")Accessibility — WCAG contrast
Aa
#af5fea on white: 3.72:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#af5fea on black: 5.65:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green37.3%
Blue91.8%
CMYK percentages
Cyan25.2%
Magenta59.4%
Yellow0.0%
Key (black)8.2%
Color previews
#af5fea text on a black background
contrast 5.65:1
Card sample
#af5fea text on a white background
contrast 3.72:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af5fea;
Background color
Panel with #af5fea background
background-color: #af5fea;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af5fea;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 95, 234, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 95, 234, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af5fea; background: linear-gradient(135deg, #af5fea, #EA5FC8);