#af0ced
a balanced, electric violet · warm · closest name: magenta
RGB
175, 12, 237
HSL
284°, 90%, 49%
CMYK
26, 95, 0, 7
Luminance
0.1549
Every format
| HEX | #af0ced |
| RGB | rgb(175, 12, 237) |
| HSL | hsl(284, 90%, 49%) |
| CMYK | cmyk(26%, 95%, 0%, 7%) |
| LAB | lab(46.3 83.2 -74.1) |
| LCH | lch(46.3 111.4 318.3) |
| OKLCH | oklch(0.576 0.284 312.1) |
Copy-ready code
/* CSS */
color: #af0ced;
background-color: #af0ced;
/* Tailwind (arbitrary) */
class="text-[#af0ced] bg-[#af0ced]"
/* SCSS */
$brand: #af0ced;
/* SwiftUI */
Color(red: 0.686, green: 0.047, blue: 0.929)
/* Android */
Color.parseColor("#af0ced")Accessibility — WCAG contrast
Aa
#af0ced on white: 5.12:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#af0ced on black: 4.10:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green4.7%
Blue92.9%
CMYK percentages
Cyan26.2%
Magenta94.9%
Yellow0.0%
Key (black)7.1%
Color previews
#af0ced text on a black background
contrast 4.10:1
Card sample
#af0ced text on a white background
contrast 5.12:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af0ced;
Background color
Panel with #af0ced background
background-color: #af0ced;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af0ced;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 12, 237, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 12, 237, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af0ced; background: linear-gradient(135deg, #af0ced, #ED0C95);