#af5efe
a light, electric violet · warm · closest name: slateblue
RGB
175, 94, 254
HSL
270°, 99%, 68%
CMYK
31, 63, 0, 0
Luminance
0.2428
Every format
| HEX | #af5efe |
| RGB | rgb(175, 94, 254) |
| HSL | hsl(270, 99%, 68%) |
| CMYK | cmyk(31%, 63%, 0%, 0%) |
| LAB | lab(56.4 61.4 -67.3) |
| LCH | lch(56.4 91.1 312.4) |
| OKLCH | oklch(0.650 0.230 303.9) |
Copy-ready code
/* CSS */
color: #af5efe;
background-color: #af5efe;
/* Tailwind (arbitrary) */
class="text-[#af5efe] bg-[#af5efe]"
/* SCSS */
$brand: #af5efe;
/* SwiftUI */
Color(red: 0.686, green: 0.369, blue: 0.996)
/* Android */
Color.parseColor("#af5efe")Accessibility — WCAG contrast
Aa
#af5efe on white: 3.59:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#af5efe on black: 5.86:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green36.9%
Blue99.6%
CMYK percentages
Cyan31.1%
Magenta63.0%
Yellow0.0%
Key (black)0.4%
Color previews
#af5efe text on a black background
contrast 5.86:1
Card sample
#af5efe text on a white background
contrast 3.59:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af5efe;
Background color
Panel with #af5efe background
background-color: #af5efe;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af5efe;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 94, 254, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 94, 254, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af5efe; background: linear-gradient(135deg, #af5efe, #FE5EE2);