#af9fe4
a light, vivid blue · warm · closest name: plum
RGB
175, 159, 228
HSL
254°, 56%, 76%
CMYK
23, 30, 0, 11
Luminance
0.3951
Every format
| HEX | #af9fe4 |
| RGB | rgb(175, 159, 228) |
| HSL | hsl(254, 56%, 76%) |
| CMYK | cmyk(23%, 30%, 0%, 11%) |
| LAB | lab(69.1 20.1 -32.7) |
| LCH | lch(69.1 38.4 301.6) |
| OKLCH | oklch(0.742 0.099 294.5) |
Copy-ready code
/* CSS */
color: #af9fe4;
background-color: #af9fe4;
/* Tailwind (arbitrary) */
class="text-[#af9fe4] bg-[#af9fe4]"
/* SCSS */
$brand: #af9fe4;
/* SwiftUI */
Color(red: 0.686, green: 0.624, blue: 0.894)
/* Android */
Color.parseColor("#af9fe4")Accessibility — WCAG contrast
Aa
#af9fe4 on white: 2.36:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#af9fe4 on black: 8.90:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green62.4%
Blue89.4%
CMYK percentages
Cyan23.2%
Magenta30.3%
Yellow0.0%
Key (black)10.6%
Color previews
#af9fe4 text on a black background
contrast 8.90:1
Card sample
#af9fe4 text on a white background
contrast 2.36:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af9fe4;
Background color
Panel with #af9fe4 background
background-color: #af9fe4;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af9fe4;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 159, 228, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 159, 228, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af9fe4; background: linear-gradient(135deg, #af9fe4, #DD9FE4);