#af9afb
a light, electric blue · warm · closest name: plum
RGB
175, 154, 251
HSL
253°, 92%, 79%
CMYK
30, 39, 0, 2
Luminance
0.3919
Every format
| HEX | #af9afb |
| RGB | rgb(175, 154, 251) |
| HSL | hsl(253, 92%, 79%) |
| CMYK | cmyk(30%, 39%, 0%, 2%) |
| LAB | lab(68.9 28.5 -45.7) |
| LCH | lch(68.9 53.8 302.0) |
| OKLCH | oklch(0.743 0.138 292.7) |
Copy-ready code
/* CSS */
color: #af9afb;
background-color: #af9afb;
/* Tailwind (arbitrary) */
class="text-[#af9afb] bg-[#af9afb]"
/* SCSS */
$brand: #af9afb;
/* SwiftUI */
Color(red: 0.686, green: 0.604, blue: 0.984)
/* Android */
Color.parseColor("#af9afb")Accessibility — WCAG contrast
Aa
#af9afb on white: 2.38:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#af9afb on black: 8.84:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green60.4%
Blue98.4%
CMYK percentages
Cyan30.3%
Magenta38.6%
Yellow0.0%
Key (black)1.6%
Color previews
#af9afb text on a black background
contrast 8.84:1
Card sample
#af9afb text on a white background
contrast 2.38:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af9afb;
Background color
Panel with #af9afb background
background-color: #af9afb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af9afb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 154, 251, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 154, 251, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af9afb; background: linear-gradient(135deg, #af9afb, #F09AFB);