#af4eee
a balanced, electric violet · warm · closest name: slateblue
RGB
175, 78, 238
HSL
276°, 83%, 62%
CMYK
27, 67, 0, 7
Luminance
0.2074
Every format
| HEX | #af4eee |
| RGB | rgb(175, 78, 238) |
| HSL | hsl(276, 83%, 62%) |
| CMYK | cmyk(27%, 67%, 0%, 7%) |
| LAB | lab(52.7 65.3 -64.3) |
| LCH | lch(52.7 91.6 315.4) |
| OKLCH | oklch(0.621 0.234 308.9) |
Copy-ready code
/* CSS */
color: #af4eee;
background-color: #af4eee;
/* Tailwind (arbitrary) */
class="text-[#af4eee] bg-[#af4eee]"
/* SCSS */
$brand: #af4eee;
/* SwiftUI */
Color(red: 0.686, green: 0.306, blue: 0.933)
/* Android */
Color.parseColor("#af4eee")Accessibility — WCAG contrast
Aa
#af4eee on white: 4.08:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#af4eee on black: 5.15:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green30.6%
Blue93.3%
CMYK percentages
Cyan26.5%
Magenta67.2%
Yellow0.0%
Key (black)6.7%
Color previews
#af4eee text on a black background
contrast 5.15:1
Card sample
#af4eee text on a white background
contrast 4.08:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af4eee;
Background color
Panel with #af4eee background
background-color: #af4eee;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af4eee;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 78, 238, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 78, 238, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af4eee; background: linear-gradient(135deg, #af4eee, #EE4EC2);