#af4dec
a balanced, electric violet · warm · closest name: slateblue
RGB
175, 77, 236
HSL
277°, 81%, 61%
CMYK
26, 67, 0, 8
Luminance
0.2048
Every format
| HEX | #af4dec |
| RGB | rgb(175, 77, 236) |
| HSL | hsl(277, 81%, 61%) |
| CMYK | cmyk(26%, 67%, 0%, 8%) |
| LAB | lab(52.4 65.3 -63.6) |
| LCH | lch(52.4 91.2 315.7) |
| OKLCH | oklch(0.618 0.233 309.5) |
Copy-ready code
/* CSS */
color: #af4dec;
background-color: #af4dec;
/* Tailwind (arbitrary) */
class="text-[#af4dec] bg-[#af4dec]"
/* SCSS */
$brand: #af4dec;
/* SwiftUI */
Color(red: 0.686, green: 0.302, blue: 0.925)
/* Android */
Color.parseColor("#af4dec")Accessibility — WCAG contrast
Aa
#af4dec on white: 4.12:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#af4dec on black: 5.10:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green30.2%
Blue92.5%
CMYK percentages
Cyan25.8%
Magenta67.4%
Yellow0.0%
Key (black)7.5%
Color previews
#af4dec text on a black background
contrast 5.10:1
Card sample
#af4dec text on a white background
contrast 4.12:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af4dec;
Background color
Panel with #af4dec background
background-color: #af4dec;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af4dec;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 77, 236, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 77, 236, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af4dec; background: linear-gradient(135deg, #af4dec, #EC4DBF);