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