#af3ee3
a balanced, vivid violet · warm · closest name: magenta
RGB
175, 62, 227
HSL
281°, 75%, 57%
CMYK
23, 73, 0, 11
Luminance
0.1811
Every format
| HEX | #af3ee3 |
| RGB | rgb(175, 62, 227) |
| HSL | hsl(281, 75%, 57%) |
| CMYK | cmyk(23%, 73%, 0%, 11%) |
| LAB | lab(49.6 69.5 -63.0) |
| LCH | lch(49.6 93.8 317.8) |
| OKLCH | oklch(0.597 0.242 312.6) |
Copy-ready code
/* CSS */
color: #af3ee3;
background-color: #af3ee3;
/* Tailwind (arbitrary) */
class="text-[#af3ee3] bg-[#af3ee3]"
/* SCSS */
$brand: #af3ee3;
/* SwiftUI */
Color(red: 0.686, green: 0.243, blue: 0.890)
/* Android */
Color.parseColor("#af3ee3")Accessibility — WCAG contrast
Aa
#af3ee3 on white: 4.54:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#af3ee3 on black: 4.62:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green24.3%
Blue89.0%
CMYK percentages
Cyan22.9%
Magenta72.7%
Yellow0.0%
Key (black)11.0%
Color previews
#af3ee3 text on a black background
contrast 4.62:1
Card sample
#af3ee3 text on a white background
contrast 4.54:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af3ee3;
Background color
Panel with #af3ee3 background
background-color: #af3ee3;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af3ee3;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 62, 227, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 62, 227, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af3ee3; background: linear-gradient(135deg, #af3ee3, #E33EA9);