#af4fff
a light, electric violet · warm · closest name: magenta
RGB
175, 79, 255
HSL
273°, 100%, 66%
CMYK
31, 69, 0, 0
Luminance
0.2193
Every format
| HEX | #af4fff |
| RGB | rgb(175, 79, 255) |
| HSL | hsl(273, 100%, 66%) |
| CMYK | cmyk(31%, 69%, 0%, 0%) |
| LAB | lab(54.0 68.5 -71.7) |
| LCH | lch(54.0 99.2 313.7) |
| OKLCH | oklch(0.633 0.249 305.2) |
Copy-ready code
/* CSS */
color: #af4fff;
background-color: #af4fff;
/* Tailwind (arbitrary) */
class="text-[#af4fff] bg-[#af4fff]"
/* SCSS */
$brand: #af4fff;
/* SwiftUI */
Color(red: 0.686, green: 0.310, blue: 1.000)
/* Android */
Color.parseColor("#af4fff")Accessibility — WCAG contrast
Aa
#af4fff on white: 3.90:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#af4fff on black: 5.39:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green31.0%
Blue100.0%
CMYK percentages
Cyan31.4%
Magenta69.0%
Yellow0.0%
Key (black)0.0%
Color previews
#af4fff text on a black background
contrast 5.39:1
Card sample
#af4fff text on a white background
contrast 3.90:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af4fff;
Background color
Panel with #af4fff background
background-color: #af4fff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af4fff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 79, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 79, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af4fff; background: linear-gradient(135deg, #af4fff, #FF4FDA);