#af3ced
a balanced, electric violet · warm · closest name: magenta
RGB
175, 60, 237
HSL
279°, 83%, 58%
CMYK
26, 75, 0, 7
Luminance
0.1846
Every format
| HEX | #af3ced |
| RGB | rgb(175, 60, 237) |
| HSL | hsl(279, 83%, 58%) |
| CMYK | cmyk(26%, 75%, 0%, 7%) |
| LAB | lab(50.0 72.2 -68.0) |
| LCH | lch(50.0 99.2 316.7) |
| OKLCH | oklch(0.602 0.253 310.4) |
Copy-ready code
/* CSS */
color: #af3ced;
background-color: #af3ced;
/* Tailwind (arbitrary) */
class="text-[#af3ced] bg-[#af3ced]"
/* SCSS */
$brand: #af3ced;
/* SwiftUI */
Color(red: 0.686, green: 0.235, blue: 0.929)
/* Android */
Color.parseColor("#af3ced")Accessibility — WCAG contrast
Aa
#af3ced on white: 4.48:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#af3ced on black: 4.69:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green23.5%
Blue92.9%
CMYK percentages
Cyan26.2%
Magenta74.7%
Yellow0.0%
Key (black)7.1%
Color previews
#af3ced text on a black background
contrast 4.69:1
Card sample
#af3ced text on a white background
contrast 4.48:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af3ced;
Background color
Panel with #af3ced background
background-color: #af3ced;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af3ced;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 60, 237, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 60, 237, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af3ced; background: linear-gradient(135deg, #af3ced, #ED3CB5);