#af99fe
a light, electric blue · warm · closest name: plum
RGB
175, 153, 254
HSL
253°, 98%, 80%
CMYK
31, 40, 0, 0
Luminance
0.3905
Every format
| HEX | #af99fe |
| RGB | rgb(175, 153, 254) |
| HSL | hsl(253, 98%, 80%) |
| CMYK | cmyk(31%, 40%, 0%, 0%) |
| LAB | lab(68.8 29.8 -47.5) |
| LCH | lch(68.8 56.0 302.1) |
| OKLCH | oklch(0.743 0.144 292.6) |
Copy-ready code
/* CSS */
color: #af99fe;
background-color: #af99fe;
/* Tailwind (arbitrary) */
class="text-[#af99fe] bg-[#af99fe]"
/* SCSS */
$brand: #af99fe;
/* SwiftUI */
Color(red: 0.686, green: 0.600, blue: 0.996)
/* Android */
Color.parseColor("#af99fe")Accessibility — WCAG contrast
Aa
#af99fe on white: 2.38:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#af99fe on black: 8.81:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green60.0%
Blue99.6%
CMYK percentages
Cyan31.1%
Magenta39.8%
Yellow0.0%
Key (black)0.4%
Color previews
#af99fe text on a black background
contrast 8.81:1
Card sample
#af99fe text on a white background
contrast 2.38:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af99fe;
Background color
Panel with #af99fe background
background-color: #af99fe;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af99fe;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 153, 254, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 153, 254, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af99fe; background: linear-gradient(135deg, #af99fe, #F299FE);