#af7eeb
a light, vivid violet · warm · closest name: slateblue
RGB
175, 126, 235
HSL
267°, 73%, 71%
CMYK
26, 46, 0, 8
Luminance
0.3003
Every format
| HEX | #af7eeb |
| RGB | rgb(175, 126, 235) |
| HSL | hsl(267, 73%, 71%) |
| CMYK | cmyk(26%, 46%, 0%, 8%) |
| LAB | lab(61.7 40.3 -48.2) |
| LCH | lch(61.7 62.8 309.9) |
| OKLCH | oklch(0.686 0.161 303.2) |
Copy-ready code
/* CSS */
color: #af7eeb;
background-color: #af7eeb;
/* Tailwind (arbitrary) */
class="text-[#af7eeb] bg-[#af7eeb]"
/* SCSS */
$brand: #af7eeb;
/* SwiftUI */
Color(red: 0.686, green: 0.494, blue: 0.922)
/* Android */
Color.parseColor("#af7eeb")Accessibility — WCAG contrast
Aa
#af7eeb on white: 3.00:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#af7eeb on black: 7.01:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green49.4%
Blue92.2%
CMYK percentages
Cyan25.5%
Magenta46.4%
Yellow0.0%
Key (black)7.8%
Color previews
#af7eeb text on a black background
contrast 7.01:1
Card sample
#af7eeb text on a white background
contrast 3.00:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af7eeb;
Background color
Panel with #af7eeb background
background-color: #af7eeb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af7eeb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 126, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 126, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af7eeb; background: linear-gradient(135deg, #af7eeb, #EB7EDE);