#af99fa
a light, electric blue · warm · closest name: plum
RGB
175, 153, 250
HSL
254°, 91%, 79%
CMYK
30, 39, 0, 2
Luminance
0.3880
Every format
| HEX | #af99fa |
| RGB | rgb(175, 153, 250) |
| HSL | hsl(254, 91%, 79%) |
| CMYK | cmyk(30%, 39%, 0%, 2%) |
| LAB | lab(68.6 28.8 -45.6) |
| LCH | lch(68.6 53.9 302.3) |
| OKLCH | oklch(0.741 0.139 293.1) |
Copy-ready code
/* CSS */
color: #af99fa;
background-color: #af99fa;
/* Tailwind (arbitrary) */
class="text-[#af99fa] bg-[#af99fa]"
/* SCSS */
$brand: #af99fa;
/* SwiftUI */
Color(red: 0.686, green: 0.600, blue: 0.980)
/* Android */
Color.parseColor("#af99fa")Accessibility — WCAG contrast
Aa
#af99fa on white: 2.40:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#af99fa on black: 8.76:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green60.0%
Blue98.0%
CMYK percentages
Cyan30.0%
Magenta38.8%
Yellow0.0%
Key (black)2.0%
Color previews
#af99fa text on a black background
contrast 8.76:1
Card sample
#af99fa text on a white background
contrast 2.40:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af99fa;
Background color
Panel with #af99fa background
background-color: #af99fa;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af99fa;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 153, 250, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 153, 250, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af99fa; background: linear-gradient(135deg, #af99fa, #F099FA);