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