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