#af33ee
a balanced, electric violet · warm · closest name: magenta
RGB
175, 51, 238
HSL
280°, 85%, 57%
CMYK
27, 79, 0, 7
Luminance
0.1765
Every format
| HEX | #af33ee |
| RGB | rgb(175, 51, 238) |
| HSL | hsl(280, 85%, 57%) |
| CMYK | cmyk(27%, 79%, 0%, 7%) |
| LAB | lab(49.1 75.5 -70.1) |
| LCH | lch(49.1 103.0 317.1) |
| OKLCH | oklch(0.595 0.262 310.7) |
Copy-ready code
/* CSS */
color: #af33ee;
background-color: #af33ee;
/* Tailwind (arbitrary) */
class="text-[#af33ee] bg-[#af33ee]"
/* SCSS */
$brand: #af33ee;
/* SwiftUI */
Color(red: 0.686, green: 0.200, blue: 0.933)
/* Android */
Color.parseColor("#af33ee")Accessibility — WCAG contrast
Aa
#af33ee on white: 4.63:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#af33ee on black: 4.53:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green20.0%
Blue93.3%
CMYK percentages
Cyan26.5%
Magenta78.6%
Yellow0.0%
Key (black)6.7%
Color previews
#af33ee text on a black background
contrast 4.53:1
Card sample
#af33ee text on a white background
contrast 4.63:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af33ee;
Background color
Panel with #af33ee background
background-color: #af33ee;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af33ee;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 51, 238, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 51, 238, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af33ee; background: linear-gradient(135deg, #af33ee, #EE33B0);