#af7cfd
a light, electric violet · warm · closest name: slateblue
RGB
175, 124, 253
HSL
264°, 97%, 74%
CMYK
31, 51, 0, 1
Luminance
0.3062
Every format
| HEX | #af7cfd |
| RGB | rgb(175, 124, 253) |
| HSL | hsl(264, 97%, 74%) |
| CMYK | cmyk(31%, 51%, 0%, 1%) |
| LAB | lab(62.2 45.7 -57.4) |
| LCH | lch(62.2 73.3 308.5) |
| OKLCH | oklch(0.693 0.186 299.8) |
Copy-ready code
/* CSS */
color: #af7cfd;
background-color: #af7cfd;
/* Tailwind (arbitrary) */
class="text-[#af7cfd] bg-[#af7cfd]"
/* SCSS */
$brand: #af7cfd;
/* SwiftUI */
Color(red: 0.686, green: 0.486, blue: 0.992)
/* Android */
Color.parseColor("#af7cfd")Accessibility — WCAG contrast
Aa
#af7cfd on white: 2.95:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#af7cfd on black: 7.12:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green48.6%
Blue99.2%
CMYK percentages
Cyan30.8%
Magenta51.0%
Yellow0.0%
Key (black)0.8%
Color previews
#af7cfd text on a black background
contrast 7.12:1
Card sample
#af7cfd text on a white background
contrast 2.95:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af7cfd;
Background color
Panel with #af7cfd background
background-color: #af7cfd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af7cfd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 124, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 124, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af7cfd; background: linear-gradient(135deg, #af7cfd, #FD7CF5);