#af7eed
a light, electric violet · warm · closest name: slateblue
RGB
175, 126, 237
HSL
267°, 76%, 71%
CMYK
26, 47, 0, 7
Luminance
0.3015
Every format
| HEX | #af7eed |
| RGB | rgb(175, 126, 237) |
| HSL | hsl(267, 76%, 71%) |
| CMYK | cmyk(26%, 47%, 0%, 7%) |
| LAB | lab(61.8 40.7 -49.2) |
| LCH | lch(61.8 63.9 309.6) |
| OKLCH | oklch(0.687 0.164 302.7) |
Copy-ready code
/* CSS */
color: #af7eed;
background-color: #af7eed;
/* Tailwind (arbitrary) */
class="text-[#af7eed] bg-[#af7eed]"
/* SCSS */
$brand: #af7eed;
/* SwiftUI */
Color(red: 0.686, green: 0.494, blue: 0.929)
/* Android */
Color.parseColor("#af7eed")Accessibility — WCAG contrast
Aa
#af7eed on white: 2.99:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#af7eed on black: 7.03:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green49.4%
Blue92.9%
CMYK percentages
Cyan26.2%
Magenta46.8%
Yellow0.0%
Key (black)7.1%
Color previews
#af7eed text on a black background
contrast 7.03:1
Card sample
#af7eed text on a white background
contrast 2.99:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af7eed;
Background color
Panel with #af7eed background
background-color: #af7eed;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af7eed;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 126, 237, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 126, 237, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af7eed; background: linear-gradient(135deg, #af7eed, #ED7EE1);