#af5fff
a light, electric violet · warm · closest name: slateblue
RGB
175, 95, 255
HSL
270°, 100%, 69%
CMYK
31, 63, 0, 0
Luminance
0.2452
Every format
| HEX | #af5fff |
| RGB | rgb(175, 95, 255) |
| HSL | hsl(270, 100%, 69%) |
| CMYK | cmyk(31%, 63%, 0%, 0%) |
| LAB | lab(56.6 61.2 -67.4) |
| LCH | lch(56.6 91.0 312.2) |
| OKLCH | oklch(0.652 0.230 303.6) |
Copy-ready code
/* CSS */
color: #af5fff;
background-color: #af5fff;
/* Tailwind (arbitrary) */
class="text-[#af5fff] bg-[#af5fff]"
/* SCSS */
$brand: #af5fff;
/* SwiftUI */
Color(red: 0.686, green: 0.373, blue: 1.000)
/* Android */
Color.parseColor("#af5fff")Accessibility — WCAG contrast
Aa
#af5fff on white: 3.56:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#af5fff on black: 5.90:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green37.3%
Blue100.0%
CMYK percentages
Cyan31.4%
Magenta62.7%
Yellow0.0%
Key (black)0.0%
Color previews
#af5fff text on a black background
contrast 5.90:1
Card sample
#af5fff text on a white background
contrast 3.56:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af5fff;
Background color
Panel with #af5fff background
background-color: #af5fff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af5fff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 95, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 95, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af5fff; background: linear-gradient(135deg, #af5fff, #FF5FE4);