#af7ee9
a light, vivid violet · warm · closest name: slateblue
RGB
175, 126, 233
HSL
268°, 71%, 70%
CMYK
25, 46, 0, 9
Luminance
0.2992
Every format
| HEX | #af7ee9 |
| RGB | rgb(175, 126, 233) |
| HSL | hsl(268, 71%, 70%) |
| CMYK | cmyk(25%, 46%, 0%, 9%) |
| LAB | lab(61.6 39.8 -47.3) |
| LCH | lch(61.6 61.8 310.1) |
| OKLCH | oklch(0.685 0.159 303.6) |
Copy-ready code
/* CSS */
color: #af7ee9;
background-color: #af7ee9;
/* Tailwind (arbitrary) */
class="text-[#af7ee9] bg-[#af7ee9]"
/* SCSS */
$brand: #af7ee9;
/* SwiftUI */
Color(red: 0.686, green: 0.494, blue: 0.914)
/* Android */
Color.parseColor("#af7ee9")Accessibility — WCAG contrast
Aa
#af7ee9 on white: 3.01:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#af7ee9 on black: 6.98:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green49.4%
Blue91.4%
CMYK percentages
Cyan24.9%
Magenta45.9%
Yellow0.0%
Key (black)8.6%
Color previews
#af7ee9 text on a black background
contrast 6.98:1
Card sample
#af7ee9 text on a white background
contrast 3.01:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af7ee9;
Background color
Panel with #af7ee9 background
background-color: #af7ee9;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af7ee9;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 126, 233, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 126, 233, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af7ee9; background: linear-gradient(135deg, #af7ee9, #E97EDC);