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