#af99f5
a light, electric blue · warm · closest name: plum
RGB
175, 153, 245
HSL
254°, 82%, 78%
CMYK
29, 38, 0, 4
Luminance
0.3849
Every format
| HEX | #af99f5 |
| RGB | rgb(175, 153, 245) |
| HSL | hsl(254, 82%, 78%) |
| CMYK | cmyk(29%, 38%, 0%, 4%) |
| LAB | lab(68.4 27.6 -43.2) |
| LCH | lch(68.4 51.2 302.6) |
| OKLCH | oklch(0.738 0.132 293.9) |
Copy-ready code
/* CSS */
color: #af99f5;
background-color: #af99f5;
/* Tailwind (arbitrary) */
class="text-[#af99f5] bg-[#af99f5]"
/* SCSS */
$brand: #af99f5;
/* SwiftUI */
Color(red: 0.686, green: 0.600, blue: 0.961)
/* Android */
Color.parseColor("#af99f5")Accessibility — WCAG contrast
Aa
#af99f5 on white: 2.41:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#af99f5 on black: 8.70:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green60.0%
Blue96.1%
CMYK percentages
Cyan28.6%
Magenta37.6%
Yellow0.0%
Key (black)3.9%
Color previews
#af99f5 text on a black background
contrast 8.70:1
Card sample
#af99f5 text on a white background
contrast 2.41:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af99f5;
Background color
Panel with #af99f5 background
background-color: #af99f5;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af99f5;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 153, 245, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 153, 245, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af99f5; background: linear-gradient(135deg, #af99f5, #EC99F5);