#af99fc
a light, electric blue · warm · closest name: plum
RGB
175, 153, 252
HSL
253°, 94%, 79%
CMYK
31, 39, 0, 1
Luminance
0.3892
Every format
| HEX | #af99fc |
| RGB | rgb(175, 153, 252) |
| HSL | hsl(253, 94%, 79%) |
| CMYK | cmyk(31%, 39%, 0%, 1%) |
| LAB | lab(68.7 29.3 -46.5) |
| LCH | lch(68.7 55.0 302.2) |
| OKLCH | oklch(0.742 0.141 292.8) |
Copy-ready code
/* CSS */
color: #af99fc;
background-color: #af99fc;
/* Tailwind (arbitrary) */
class="text-[#af99fc] bg-[#af99fc]"
/* SCSS */
$brand: #af99fc;
/* SwiftUI */
Color(red: 0.686, green: 0.600, blue: 0.988)
/* Android */
Color.parseColor("#af99fc")Accessibility — WCAG contrast
Aa
#af99fc on white: 2.39:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#af99fc on black: 8.78:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green60.0%
Blue98.8%
CMYK percentages
Cyan30.6%
Magenta39.3%
Yellow0.0%
Key (black)1.2%
Color previews
#af99fc text on a black background
contrast 8.78:1
Card sample
#af99fc text on a white background
contrast 2.39:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af99fc;
Background color
Panel with #af99fc background
background-color: #af99fc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af99fc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 153, 252, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 153, 252, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af99fc; background: linear-gradient(135deg, #af99fc, #F199FC);