#af9ff9
a light, electric blue · warm · closest name: plum
RGB
175, 159, 249
HSL
251°, 88%, 80%
CMYK
30, 36, 0, 2
Luminance
0.4075
Every format
| HEX | #af9ff9 |
| RGB | rgb(175, 159, 249) |
| HSL | hsl(251, 88%, 80%) |
| CMYK | cmyk(30%, 36%, 0%, 2%) |
| LAB | lab(70.0 25.2 -42.8) |
| LCH | lch(70.0 49.7 300.5) |
| OKLCH | oklch(0.751 0.128 291.2) |
Copy-ready code
/* CSS */
color: #af9ff9;
background-color: #af9ff9;
/* Tailwind (arbitrary) */
class="text-[#af9ff9] bg-[#af9ff9]"
/* SCSS */
$brand: #af9ff9;
/* SwiftUI */
Color(red: 0.686, green: 0.624, blue: 0.976)
/* Android */
Color.parseColor("#af9ff9")Accessibility — WCAG contrast
Aa
#af9ff9 on white: 2.30:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#af9ff9 on black: 9.15:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green62.4%
Blue97.6%
CMYK percentages
Cyan29.7%
Magenta36.1%
Yellow0.0%
Key (black)2.4%
Color previews
#af9ff9 text on a black background
contrast 9.15:1
Card sample
#af9ff9 text on a white background
contrast 2.30:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af9ff9;
Background color
Panel with #af9ff9 background
background-color: #af9ff9;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af9ff9;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 159, 249, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 159, 249, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af9ff9; background: linear-gradient(135deg, #af9ff9, #EB9FF9);