#af5eec
a balanced, electric violet · warm · closest name: slateblue
RGB
175, 94, 236
HSL
274°, 79%, 65%
CMYK
26, 60, 0, 8
Luminance
0.2318
Every format
| HEX | #af5eec |
| RGB | rgb(175, 94, 236) |
| HSL | hsl(274, 79%, 65%) |
| CMYK | cmyk(26%, 60%, 0%, 8%) |
| LAB | lab(55.3 57.4 -59.0) |
| LCH | lch(55.3 82.3 314.2) |
| OKLCH | oklch(0.639 0.211 307.8) |
Copy-ready code
/* CSS */
color: #af5eec;
background-color: #af5eec;
/* Tailwind (arbitrary) */
class="text-[#af5eec] bg-[#af5eec]"
/* SCSS */
$brand: #af5eec;
/* SwiftUI */
Color(red: 0.686, green: 0.369, blue: 0.925)
/* Android */
Color.parseColor("#af5eec")Accessibility — WCAG contrast
Aa
#af5eec on white: 3.73:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#af5eec on black: 5.64:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green36.9%
Blue92.5%
CMYK percentages
Cyan25.8%
Magenta60.2%
Yellow0.0%
Key (black)7.5%
Color previews
#af5eec text on a black background
contrast 5.64:1
Card sample
#af5eec text on a white background
contrast 3.73:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af5eec;
Background color
Panel with #af5eec background
background-color: #af5eec;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af5eec;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 94, 236, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 94, 236, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af5eec; background: linear-gradient(135deg, #af5eec, #EC5ECA);