#af9ffd
a light, electric blue · warm · closest name: plum
RGB
175, 159, 253
HSL
250°, 96%, 81%
CMYK
31, 37, 0, 1
Luminance
0.4100
Every format
| HEX | #af9ffd |
| RGB | rgb(175, 159, 253) |
| HSL | hsl(250, 96%, 81%) |
| CMYK | cmyk(31%, 37%, 0%, 1%) |
| LAB | lab(70.2 26.2 -44.7) |
| LCH | lch(70.2 51.8 300.3) |
| OKLCH | oklch(0.753 0.134 290.6) |
Copy-ready code
/* CSS */
color: #af9ffd;
background-color: #af9ffd;
/* Tailwind (arbitrary) */
class="text-[#af9ffd] bg-[#af9ffd]"
/* SCSS */
$brand: #af9ffd;
/* SwiftUI */
Color(red: 0.686, green: 0.624, blue: 0.992)
/* Android */
Color.parseColor("#af9ffd")Accessibility — WCAG contrast
Aa
#af9ffd on white: 2.28:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#af9ffd on black: 9.20:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green62.4%
Blue99.2%
CMYK percentages
Cyan30.8%
Magenta37.2%
Yellow0.0%
Key (black)0.8%
Color previews
#af9ffd text on a black background
contrast 9.20:1
Card sample
#af9ffd text on a white background
contrast 2.28:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af9ffd;
Background color
Panel with #af9ffd background
background-color: #af9ffd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af9ffd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 159, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 159, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af9ffd; background: linear-gradient(135deg, #af9ffd, #EE9FFD);