#af4efc
a balanced, electric violet · warm · closest name: magenta
RGB
175, 78, 252
HSL
273°, 97%, 65%
CMYK
31, 69, 0, 1
Luminance
0.2159
Every format
| HEX | #af4efc |
| RGB | rgb(175, 78, 252) |
| HSL | hsl(273, 97%, 65%) |
| CMYK | cmyk(31%, 69%, 0%, 1%) |
| LAB | lab(53.6 68.3 -70.6) |
| LCH | lch(53.6 98.2 314.0) |
| OKLCH | oklch(0.630 0.248 305.9) |
Copy-ready code
/* CSS */
color: #af4efc;
background-color: #af4efc;
/* Tailwind (arbitrary) */
class="text-[#af4efc] bg-[#af4efc]"
/* SCSS */
$brand: #af4efc;
/* SwiftUI */
Color(red: 0.686, green: 0.306, blue: 0.988)
/* Android */
Color.parseColor("#af4efc")Accessibility — WCAG contrast
Aa
#af4efc on white: 3.95:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#af4efc on black: 5.32:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green30.6%
Blue98.8%
CMYK percentages
Cyan30.6%
Magenta69.0%
Yellow0.0%
Key (black)1.2%
Color previews
#af4efc text on a black background
contrast 5.32:1
Card sample
#af4efc text on a white background
contrast 3.95:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af4efc;
Background color
Panel with #af4efc background
background-color: #af4efc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af4efc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 78, 252, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 78, 252, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af4efc; background: linear-gradient(135deg, #af4efc, #FC4ED5);