#af9afe
a light, electric blue · warm · closest name: plum
RGB
175, 154, 254
HSL
253°, 98%, 80%
CMYK
31, 39, 0, 0
Luminance
0.3938
Every format
| HEX | #af9afe |
| RGB | rgb(175, 154, 254) |
| HSL | hsl(253, 98%, 80%) |
| CMYK | cmyk(31%, 39%, 0%, 0%) |
| LAB | lab(69.0 29.2 -47.1) |
| LCH | lch(69.0 55.4 301.8) |
| OKLCH | oklch(0.745 0.142 292.2) |
Copy-ready code
/* CSS */
color: #af9afe;
background-color: #af9afe;
/* Tailwind (arbitrary) */
class="text-[#af9afe] bg-[#af9afe]"
/* SCSS */
$brand: #af9afe;
/* SwiftUI */
Color(red: 0.686, green: 0.604, blue: 0.996)
/* Android */
Color.parseColor("#af9afe")Accessibility — WCAG contrast
Aa
#af9afe on white: 2.37:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#af9afe on black: 8.88:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green60.4%
Blue99.6%
CMYK percentages
Cyan31.1%
Magenta39.4%
Yellow0.0%
Key (black)0.4%
Color previews
#af9afe text on a black background
contrast 8.88:1
Card sample
#af9afe text on a white background
contrast 2.37:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af9afe;
Background color
Panel with #af9afe background
background-color: #af9afe;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af9afe;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 154, 254, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 154, 254, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af9afe; background: linear-gradient(135deg, #af9afe, #F29AFE);