#af2cf8
a balanced, electric violet · warm · closest name: magenta
RGB
175, 44, 248
HSL
279°, 94%, 57%
CMYK
29, 82, 0, 3
Luminance
0.1769
Every format
| HEX | #af2cf8 |
| RGB | rgb(175, 44, 248) |
| HSL | hsl(279, 94%, 57%) |
| CMYK | cmyk(29%, 82%, 0%, 3%) |
| LAB | lab(49.1 79.5 -75.7) |
| LCH | lch(49.1 109.7 316.4) |
| OKLCH | oklch(0.598 0.276 308.9) |
Copy-ready code
/* CSS */
color: #af2cf8;
background-color: #af2cf8;
/* Tailwind (arbitrary) */
class="text-[#af2cf8] bg-[#af2cf8]"
/* SCSS */
$brand: #af2cf8;
/* SwiftUI */
Color(red: 0.686, green: 0.173, blue: 0.973)
/* Android */
Color.parseColor("#af2cf8")Accessibility — WCAG contrast
Aa
#af2cf8 on white: 4.63:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#af2cf8 on black: 4.54:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green17.3%
Blue97.3%
CMYK percentages
Cyan29.4%
Magenta82.3%
Yellow0.0%
Key (black)2.7%
Color previews
#af2cf8 text on a black background
contrast 4.54:1
Card sample
#af2cf8 text on a white background
contrast 4.63:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af2cf8;
Background color
Panel with #af2cf8 background
background-color: #af2cf8;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af2cf8;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 44, 248, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 44, 248, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af2cf8; background: linear-gradient(135deg, #af2cf8, #F82CB9);