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