#af3cef
a balanced, electric violet · warm · closest name: magenta
RGB
175, 60, 239
HSL
279°, 85%, 59%
CMYK
27, 75, 0, 6
Luminance
0.1858
Every format
| HEX | #af3cef |
| RGB | rgb(175, 60, 239) |
| HSL | hsl(279, 85%, 59%) |
| CMYK | cmyk(27%, 75%, 0%, 6%) |
| LAB | lab(50.2 72.6 -68.9) |
| LCH | lch(50.2 100.1 316.5) |
| OKLCH | oklch(0.603 0.255 310.0) |
Copy-ready code
/* CSS */
color: #af3cef;
background-color: #af3cef;
/* Tailwind (arbitrary) */
class="text-[#af3cef] bg-[#af3cef]"
/* SCSS */
$brand: #af3cef;
/* SwiftUI */
Color(red: 0.686, green: 0.235, blue: 0.937)
/* Android */
Color.parseColor("#af3cef")Accessibility — WCAG contrast
Aa
#af3cef on white: 4.45:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#af3cef on black: 4.72:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green23.5%
Blue93.7%
CMYK percentages
Cyan26.8%
Magenta74.9%
Yellow0.0%
Key (black)6.3%
Color previews
#af3cef text on a black background
contrast 4.72:1
Card sample
#af3cef text on a white background
contrast 4.45:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af3cef;
Background color
Panel with #af3cef background
background-color: #af3cef;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af3cef;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 60, 239, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 60, 239, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af3cef; background: linear-gradient(135deg, #af3cef, #EF3CB8);