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