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