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