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