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