#af7feb
a light, vivid violet · warm · closest name: slateblue
RGB
175, 127, 235
HSL
267°, 73%, 71%
CMYK
26, 46, 0, 8
Luminance
0.3029
Every format
| HEX | #af7feb |
| RGB | rgb(175, 127, 235) |
| HSL | hsl(267, 73%, 71%) |
| CMYK | cmyk(26%, 46%, 0%, 8%) |
| LAB | lab(61.9 39.7 -47.9) |
| LCH | lch(61.9 62.2 309.7) |
| OKLCH | oklch(0.688 0.160 303.0) |
Copy-ready code
/* CSS */
color: #af7feb;
background-color: #af7feb;
/* Tailwind (arbitrary) */
class="text-[#af7feb] bg-[#af7feb]"
/* SCSS */
$brand: #af7feb;
/* SwiftUI */
Color(red: 0.686, green: 0.498, blue: 0.922)
/* Android */
Color.parseColor("#af7feb")Accessibility — WCAG contrast
Aa
#af7feb on white: 2.98:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#af7feb on black: 7.06:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green49.8%
Blue92.2%
CMYK percentages
Cyan25.5%
Magenta46.0%
Yellow0.0%
Key (black)7.8%
Color previews
#af7feb text on a black background
contrast 7.06:1
Card sample
#af7feb text on a white background
contrast 2.98:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af7feb;
Background color
Panel with #af7feb background
background-color: #af7feb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af7feb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 127, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 127, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af7feb; background: linear-gradient(135deg, #af7feb, #EB7FDF);