#af7eee
a light, electric violet · warm · closest name: slateblue
RGB
175, 126, 238
HSL
266°, 77%, 71%
CMYK
27, 47, 0, 7
Luminance
0.3021
Every format
| HEX | #af7eee |
| RGB | rgb(175, 126, 238) |
| HSL | hsl(266, 77%, 71%) |
| CMYK | cmyk(27%, 47%, 0%, 7%) |
| LAB | lab(61.8 41.0 -49.6) |
| LCH | lch(61.8 64.4 309.5) |
| OKLCH | oklch(0.688 0.165 302.5) |
Copy-ready code
/* CSS */
color: #af7eee;
background-color: #af7eee;
/* Tailwind (arbitrary) */
class="text-[#af7eee] bg-[#af7eee]"
/* SCSS */
$brand: #af7eee;
/* SwiftUI */
Color(red: 0.686, green: 0.494, blue: 0.933)
/* Android */
Color.parseColor("#af7eee")Accessibility — WCAG contrast
Aa
#af7eee on white: 2.98:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#af7eee on black: 7.04:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green49.4%
Blue93.3%
CMYK percentages
Cyan26.5%
Magenta47.1%
Yellow0.0%
Key (black)6.7%
Color previews
#af7eee text on a black background
contrast 7.04:1
Card sample
#af7eee text on a white background
contrast 2.98:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af7eee;
Background color
Panel with #af7eee background
background-color: #af7eee;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af7eee;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 126, 238, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 126, 238, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af7eee; background: linear-gradient(135deg, #af7eee, #EE7EE2);