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