#af95ff
a light, electric blue · warm · closest name: slateblue
RGB
175, 149, 255
HSL
255°, 100%, 79%
CMYK
31, 42, 0, 0
Luminance
0.3783
Every format
| HEX | #af95ff |
| RGB | rgb(175, 149, 255) |
| HSL | hsl(255, 100%, 79%) |
| CMYK | cmyk(31%, 42%, 0%, 0%) |
| LAB | lab(67.9 32.3 -49.4) |
| LCH | lch(67.9 59.0 303.2) |
| OKLCH | oklch(0.736 0.151 293.6) |
Copy-ready code
/* CSS */
color: #af95ff;
background-color: #af95ff;
/* Tailwind (arbitrary) */
class="text-[#af95ff] bg-[#af95ff]"
/* SCSS */
$brand: #af95ff;
/* SwiftUI */
Color(red: 0.686, green: 0.584, blue: 1.000)
/* Android */
Color.parseColor("#af95ff")Accessibility — WCAG contrast
Aa
#af95ff on white: 2.45:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#af95ff on black: 8.57:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green58.4%
Blue100.0%
CMYK percentages
Cyan31.4%
Magenta41.6%
Yellow0.0%
Key (black)0.0%
Color previews
#af95ff text on a black background
contrast 8.57:1
Card sample
#af95ff text on a white background
contrast 2.45:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af95ff;
Background color
Panel with #af95ff background
background-color: #af95ff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af95ff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 149, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 149, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af95ff; background: linear-gradient(135deg, #af95ff, #F695FF);