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