#af3eee
a balanced, electric violet · warm · closest name: magenta
RGB
175, 62, 238
HSL
279°, 84%, 59%
CMYK
27, 74, 0, 7
Luminance
0.1873
Every format
| HEX | #af3eee |
| RGB | rgb(175, 62, 238) |
| HSL | hsl(279, 84%, 59%) |
| CMYK | cmyk(27%, 74%, 0%, 7%) |
| LAB | lab(50.4 71.7 -68.0) |
| LCH | lch(50.4 98.8 316.5) |
| OKLCH | oklch(0.604 0.252 310.1) |
Copy-ready code
/* CSS */
color: #af3eee;
background-color: #af3eee;
/* Tailwind (arbitrary) */
class="text-[#af3eee] bg-[#af3eee]"
/* SCSS */
$brand: #af3eee;
/* SwiftUI */
Color(red: 0.686, green: 0.243, blue: 0.933)
/* Android */
Color.parseColor("#af3eee")Accessibility — WCAG contrast
Aa
#af3eee on white: 4.42:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#af3eee on black: 4.75:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green24.3%
Blue93.3%
CMYK percentages
Cyan26.5%
Magenta73.9%
Yellow0.0%
Key (black)6.7%
Color previews
#af3eee text on a black background
contrast 4.75:1
Card sample
#af3eee text on a white background
contrast 4.42:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af3eee;
Background color
Panel with #af3eee background
background-color: #af3eee;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af3eee;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 62, 238, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 62, 238, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af3eee; background: linear-gradient(135deg, #af3eee, #EE3EB8);