#af98ff
a light, electric blue · warm · closest name: slateblue
RGB
175, 152, 255
HSL
253°, 100%, 80%
CMYK
31, 40, 0, 0
Luminance
0.3879
Every format
| HEX | #af98ff |
| RGB | rgb(175, 152, 255) |
| HSL | hsl(253, 100%, 80%) |
| CMYK | cmyk(31%, 40%, 0%, 0%) |
| LAB | lab(68.6 30.6 -48.3) |
| LCH | lch(68.6 57.2 302.4) |
| OKLCH | oklch(0.741 0.147 292.7) |
Copy-ready code
/* CSS */
color: #af98ff;
background-color: #af98ff;
/* Tailwind (arbitrary) */
class="text-[#af98ff] bg-[#af98ff]"
/* SCSS */
$brand: #af98ff;
/* SwiftUI */
Color(red: 0.686, green: 0.596, blue: 1.000)
/* Android */
Color.parseColor("#af98ff")Accessibility — WCAG contrast
Aa
#af98ff on white: 2.40:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#af98ff on black: 8.76:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green59.6%
Blue100.0%
CMYK percentages
Cyan31.4%
Magenta40.4%
Yellow0.0%
Key (black)0.0%
Color previews
#af98ff text on a black background
contrast 8.76:1
Card sample
#af98ff text on a white background
contrast 2.40:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af98ff;
Background color
Panel with #af98ff background
background-color: #af98ff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af98ff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 152, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 152, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af98ff; background: linear-gradient(135deg, #af98ff, #F498FF);