#af7cee
a light, electric violet · warm · closest name: slateblue
RGB
175, 124, 238
HSL
267°, 77%, 71%
CMYK
27, 48, 0, 7
Luminance
0.2970
Every format
| HEX | #af7cee |
| RGB | rgb(175, 124, 238) |
| HSL | hsl(267, 77%, 71%) |
| CMYK | cmyk(27%, 48%, 0%, 7%) |
| LAB | lab(61.4 42.1 -50.3) |
| LCH | lch(61.4 65.6 309.9) |
| OKLCH | oklch(0.684 0.168 302.9) |
Copy-ready code
/* CSS */
color: #af7cee;
background-color: #af7cee;
/* Tailwind (arbitrary) */
class="text-[#af7cee] bg-[#af7cee]"
/* SCSS */
$brand: #af7cee;
/* SwiftUI */
Color(red: 0.686, green: 0.486, blue: 0.933)
/* Android */
Color.parseColor("#af7cee")Accessibility — WCAG contrast
Aa
#af7cee on white: 3.03:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#af7cee on black: 6.94:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green48.6%
Blue93.3%
CMYK percentages
Cyan26.5%
Magenta47.9%
Yellow0.0%
Key (black)6.7%
Color previews
#af7cee text on a black background
contrast 6.94:1
Card sample
#af7cee text on a white background
contrast 3.03:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af7cee;
Background color
Panel with #af7cee background
background-color: #af7cee;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af7cee;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 124, 238, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 124, 238, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af7cee; background: linear-gradient(135deg, #af7cee, #EE7CE1);