#af4feb
a balanced, electric violet · warm · closest name: slateblue
RGB
175, 79, 235
HSL
277°, 80%, 62%
CMYK
26, 66, 0, 8
Luminance
0.2070
Every format
| HEX | #af4feb |
| RGB | rgb(175, 79, 235) |
| HSL | hsl(277, 80%, 62%) |
| CMYK | cmyk(26%, 66%, 0%, 8%) |
| LAB | lab(52.6 64.2 -62.7) |
| LCH | lch(52.6 89.7 315.7) |
| OKLCH | oklch(0.620 0.230 309.5) |
Copy-ready code
/* CSS */
color: #af4feb;
background-color: #af4feb;
/* Tailwind (arbitrary) */
class="text-[#af4feb] bg-[#af4feb]"
/* SCSS */
$brand: #af4feb;
/* SwiftUI */
Color(red: 0.686, green: 0.310, blue: 0.922)
/* Android */
Color.parseColor("#af4feb")Accessibility — WCAG contrast
Aa
#af4feb on white: 4.08:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#af4feb on black: 5.14:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green31.0%
Blue92.2%
CMYK percentages
Cyan25.5%
Magenta66.4%
Yellow0.0%
Key (black)7.8%
Color previews
#af4feb text on a black background
contrast 5.14:1
Card sample
#af4feb text on a white background
contrast 4.08:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af4feb;
Background color
Panel with #af4feb background
background-color: #af4feb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af4feb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 79, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 79, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af4feb; background: linear-gradient(135deg, #af4feb, #EB4FBF);