#af9fe7
a light, vivid blue · warm · closest name: plum
RGB
175, 159, 231
HSL
253°, 60%, 77%
CMYK
24, 31, 0, 9
Luminance
0.3968
Every format
| HEX | #af9fe7 |
| RGB | rgb(175, 159, 231) |
| HSL | hsl(253, 60%, 77%) |
| CMYK | cmyk(24%, 31%, 0%, 9%) |
| LAB | lab(69.2 20.8 -34.2) |
| LCH | lch(69.2 40.0 301.4) |
| OKLCH | oklch(0.743 0.103 293.9) |
Copy-ready code
/* CSS */
color: #af9fe7;
background-color: #af9fe7;
/* Tailwind (arbitrary) */
class="text-[#af9fe7] bg-[#af9fe7]"
/* SCSS */
$brand: #af9fe7;
/* SwiftUI */
Color(red: 0.686, green: 0.624, blue: 0.906)
/* Android */
Color.parseColor("#af9fe7")Accessibility — WCAG contrast
Aa
#af9fe7 on white: 2.35:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#af9fe7 on black: 8.94:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green62.4%
Blue90.6%
CMYK percentages
Cyan24.2%
Magenta31.2%
Yellow0.0%
Key (black)9.4%
Color previews
#af9fe7 text on a black background
contrast 8.94:1
Card sample
#af9fe7 text on a white background
contrast 2.35:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af9fe7;
Background color
Panel with #af9fe7 background
background-color: #af9fe7;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af9fe7;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 159, 231, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 159, 231, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af9fe7; background: linear-gradient(135deg, #af9fe7, #DF9FE7);