#af5ffc
a light, electric violet · warm · closest name: slateblue
RGB
175, 95, 252
HSL
271°, 96%, 68%
CMYK
31, 62, 0, 1
Luminance
0.2433
Every format
| HEX | #af5ffc |
| RGB | rgb(175, 95, 252) |
| HSL | hsl(271, 96%, 68%) |
| CMYK | cmyk(31%, 62%, 0%, 1%) |
| LAB | lab(56.4 60.5 -66.1) |
| LCH | lch(56.4 89.6 312.5) |
| OKLCH | oklch(0.650 0.226 304.2) |
Copy-ready code
/* CSS */
color: #af5ffc;
background-color: #af5ffc;
/* Tailwind (arbitrary) */
class="text-[#af5ffc] bg-[#af5ffc]"
/* SCSS */
$brand: #af5ffc;
/* SwiftUI */
Color(red: 0.686, green: 0.373, blue: 0.988)
/* Android */
Color.parseColor("#af5ffc")Accessibility — WCAG contrast
Aa
#af5ffc on white: 3.58:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#af5ffc on black: 5.87:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green37.3%
Blue98.8%
CMYK percentages
Cyan30.6%
Magenta62.3%
Yellow0.0%
Key (black)1.2%
Color previews
#af5ffc text on a black background
contrast 5.87:1
Card sample
#af5ffc text on a white background
contrast 3.58:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af5ffc;
Background color
Panel with #af5ffc background
background-color: #af5ffc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af5ffc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 95, 252, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 95, 252, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af5ffc; background: linear-gradient(135deg, #af5ffc, #FC5FE0);