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