#af5bec
a balanced, electric violet · warm · closest name: slateblue
RGB
175, 91, 236
HSL
275°, 79%, 64%
CMYK
26, 61, 0, 8
Luminance
0.2265
Every format
| HEX | #af5bec |
| RGB | rgb(175, 91, 236) |
| HSL | hsl(275, 79%, 64%) |
| CMYK | cmyk(26%, 61%, 0%, 8%) |
| LAB | lab(54.7 58.8 -59.9) |
| LCH | lch(54.7 83.9 314.5) |
| OKLCH | oklch(0.635 0.215 308.1) |
Copy-ready code
/* CSS */
color: #af5bec;
background-color: #af5bec;
/* Tailwind (arbitrary) */
class="text-[#af5bec] bg-[#af5bec]"
/* SCSS */
$brand: #af5bec;
/* SwiftUI */
Color(red: 0.686, green: 0.357, blue: 0.925)
/* Android */
Color.parseColor("#af5bec")Accessibility — WCAG contrast
Aa
#af5bec on white: 3.80:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#af5bec on black: 5.53:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green35.7%
Blue92.5%
CMYK percentages
Cyan25.8%
Magenta61.4%
Yellow0.0%
Key (black)7.5%
Color previews
#af5bec text on a black background
contrast 5.53:1
Card sample
#af5bec text on a white background
contrast 3.80:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af5bec;
Background color
Panel with #af5bec background
background-color: #af5bec;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af5bec;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 91, 236, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 91, 236, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af5bec; background: linear-gradient(135deg, #af5bec, #EC5BC8);