#af5fef
a light, electric violet · warm · closest name: slateblue
RGB
175, 95, 239
HSL
273°, 82%, 66%
CMYK
27, 60, 0, 6
Luminance
0.2353
Every format
| HEX | #af5fef |
| RGB | rgb(175, 95, 239) |
| HSL | hsl(273, 82%, 66%) |
| CMYK | cmyk(27%, 60%, 0%, 6%) |
| LAB | lab(55.6 57.5 -60.1) |
| LCH | lch(55.6 83.2 313.7) |
| OKLCH | oklch(0.642 0.213 307.0) |
Copy-ready code
/* CSS */
color: #af5fef;
background-color: #af5fef;
/* Tailwind (arbitrary) */
class="text-[#af5fef] bg-[#af5fef]"
/* SCSS */
$brand: #af5fef;
/* SwiftUI */
Color(red: 0.686, green: 0.373, blue: 0.937)
/* Android */
Color.parseColor("#af5fef")Accessibility — WCAG contrast
Aa
#af5fef on white: 3.68:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#af5fef on black: 5.71:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green37.3%
Blue93.7%
CMYK percentages
Cyan26.8%
Magenta60.3%
Yellow0.0%
Key (black)6.3%
Color previews
#af5fef text on a black background
contrast 5.71:1
Card sample
#af5fef text on a white background
contrast 3.68:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af5fef;
Background color
Panel with #af5fef background
background-color: #af5fef;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af5fef;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 95, 239, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 95, 239, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af5fef; background: linear-gradient(135deg, #af5fef, #EF5FCF);