#af3eef
a balanced, electric violet · warm · closest name: magenta
RGB
175, 62, 239
HSL
278°, 85%, 59%
CMYK
27, 74, 0, 6
Luminance
0.1879
Every format
| HEX | #af3eef |
| RGB | rgb(175, 62, 239) |
| HSL | hsl(278, 85%, 59%) |
| CMYK | cmyk(27%, 74%, 0%, 6%) |
| LAB | lab(50.4 71.9 -68.5) |
| LCH | lch(50.4 99.3 316.4) |
| OKLCH | oklch(0.605 0.253 309.9) |
Copy-ready code
/* CSS */
color: #af3eef;
background-color: #af3eef;
/* Tailwind (arbitrary) */
class="text-[#af3eef] bg-[#af3eef]"
/* SCSS */
$brand: #af3eef;
/* SwiftUI */
Color(red: 0.686, green: 0.243, blue: 0.937)
/* Android */
Color.parseColor("#af3eef")Accessibility — WCAG contrast
Aa
#af3eef on white: 4.41:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#af3eef on black: 4.76:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green24.3%
Blue93.7%
CMYK percentages
Cyan26.8%
Magenta74.1%
Yellow0.0%
Key (black)6.3%
Color previews
#af3eef text on a black background
contrast 4.76:1
Card sample
#af3eef text on a white background
contrast 4.41:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af3eef;
Background color
Panel with #af3eef background
background-color: #af3eef;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af3eef;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 62, 239, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 62, 239, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af3eef; background: linear-gradient(135deg, #af3eef, #EF3EB9);