#af5cff
a light, electric violet · warm · closest name: slateblue
RGB
175, 92, 255
HSL
271°, 100%, 68%
CMYK
31, 64, 0, 0
Luminance
0.2399
Every format
| HEX | #af5cff |
| RGB | rgb(175, 92, 255) |
| HSL | hsl(271, 100%, 68%) |
| CMYK | cmyk(31%, 64%, 0%, 0%) |
| LAB | lab(56.1 62.6 -68.3) |
| LCH | lch(56.1 92.6 312.5) |
| OKLCH | oklch(0.649 0.234 304.0) |
Copy-ready code
/* CSS */
color: #af5cff;
background-color: #af5cff;
/* Tailwind (arbitrary) */
class="text-[#af5cff] bg-[#af5cff]"
/* SCSS */
$brand: #af5cff;
/* SwiftUI */
Color(red: 0.686, green: 0.361, blue: 1.000)
/* Android */
Color.parseColor("#af5cff")Accessibility — WCAG contrast
Aa
#af5cff on white: 3.62:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#af5cff on black: 5.80:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green36.1%
Blue100.0%
CMYK percentages
Cyan31.4%
Magenta63.9%
Yellow0.0%
Key (black)0.0%
Color previews
#af5cff text on a black background
contrast 5.80:1
Card sample
#af5cff text on a white background
contrast 3.62:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af5cff;
Background color
Panel with #af5cff background
background-color: #af5cff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af5cff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 92, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 92, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af5cff; background: linear-gradient(135deg, #af5cff, #FF5CE2);