#af7cef
a light, electric violet · warm · closest name: slateblue
RGB
175, 124, 239
HSL
267°, 78%, 71%
CMYK
27, 48, 0, 6
Luminance
0.2976
Every format
| HEX | #af7cef |
| RGB | rgb(175, 124, 239) |
| HSL | hsl(267, 78%, 71%) |
| CMYK | cmyk(27%, 48%, 0%, 6%) |
| LAB | lab(61.5 42.3 -50.8) |
| LCH | lch(61.5 66.1 309.8) |
| OKLCH | oklch(0.685 0.169 302.7) |
Copy-ready code
/* CSS */
color: #af7cef;
background-color: #af7cef;
/* Tailwind (arbitrary) */
class="text-[#af7cef] bg-[#af7cef]"
/* SCSS */
$brand: #af7cef;
/* SwiftUI */
Color(red: 0.686, green: 0.486, blue: 0.937)
/* Android */
Color.parseColor("#af7cef")Accessibility — WCAG contrast
Aa
#af7cef on white: 3.02:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#af7cef on black: 6.95:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green48.6%
Blue93.7%
CMYK percentages
Cyan26.8%
Magenta48.1%
Yellow0.0%
Key (black)6.3%
Color previews
#af7cef text on a black background
contrast 6.95:1
Card sample
#af7cef text on a white background
contrast 3.02:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af7cef;
Background color
Panel with #af7cef background
background-color: #af7cef;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af7cef;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 124, 239, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 124, 239, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af7cef; background: linear-gradient(135deg, #af7cef, #EF7CE2);