#af7cec
a light, vivid violet · warm · closest name: slateblue
RGB
175, 124, 236
HSL
267°, 75%, 71%
CMYK
26, 48, 0, 8
Luminance
0.2959
Every format
| HEX | #af7cec |
| RGB | rgb(175, 124, 236) |
| HSL | hsl(267, 75%, 71%) |
| CMYK | cmyk(26%, 48%, 0%, 8%) |
| LAB | lab(61.3 41.6 -49.4) |
| LCH | lch(61.3 64.6 310.1) |
| OKLCH | oklch(0.683 0.166 303.3) |
Copy-ready code
/* CSS */
color: #af7cec;
background-color: #af7cec;
/* Tailwind (arbitrary) */
class="text-[#af7cec] bg-[#af7cec]"
/* SCSS */
$brand: #af7cec;
/* SwiftUI */
Color(red: 0.686, green: 0.486, blue: 0.925)
/* Android */
Color.parseColor("#af7cec")Accessibility — WCAG contrast
Aa
#af7cec on white: 3.04:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#af7cec on black: 6.92:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green48.6%
Blue92.5%
CMYK percentages
Cyan25.8%
Magenta47.5%
Yellow0.0%
Key (black)7.5%
Color previews
#af7cec text on a black background
contrast 6.92:1
Card sample
#af7cec text on a white background
contrast 3.04:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af7cec;
Background color
Panel with #af7cec background
background-color: #af7cec;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af7cec;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 124, 236, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 124, 236, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af7cec; background: linear-gradient(135deg, #af7cec, #EC7CDE);