#af9bfc
a light, electric blue · warm · closest name: plum
RGB
175, 155, 252
HSL
252°, 94%, 80%
CMYK
31, 39, 0, 1
Luminance
0.3958
Every format
| HEX | #af9bfc |
| RGB | rgb(175, 155, 252) |
| HSL | hsl(252, 94%, 80%) |
| CMYK | cmyk(31%, 39%, 0%, 1%) |
| LAB | lab(69.2 28.2 -45.8) |
| LCH | lch(69.2 53.7 301.6) |
| OKLCH | oklch(0.745 0.138 292.2) |
Copy-ready code
/* CSS */
color: #af9bfc;
background-color: #af9bfc;
/* Tailwind (arbitrary) */
class="text-[#af9bfc] bg-[#af9bfc]"
/* SCSS */
$brand: #af9bfc;
/* SwiftUI */
Color(red: 0.686, green: 0.608, blue: 0.988)
/* Android */
Color.parseColor("#af9bfc")Accessibility — WCAG contrast
Aa
#af9bfc on white: 2.36:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#af9bfc on black: 8.92:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green60.8%
Blue98.8%
CMYK percentages
Cyan30.6%
Magenta38.5%
Yellow0.0%
Key (black)1.2%
Color previews
#af9bfc text on a black background
contrast 8.92:1
Card sample
#af9bfc text on a white background
contrast 2.36:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af9bfc;
Background color
Panel with #af9bfc background
background-color: #af9bfc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af9bfc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 155, 252, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 155, 252, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af9bfc; background: linear-gradient(135deg, #af9bfc, #F09BFC);