#af9dff
a light, electric blue · warm · closest name: plum
RGB
175, 157, 255
HSL
251°, 100%, 81%
CMYK
31, 38, 0, 0
Luminance
0.4045
Every format
| HEX | #af9dff |
| RGB | rgb(175, 157, 255) |
| HSL | hsl(251, 100%, 81%) |
| CMYK | cmyk(31%, 38%, 0%, 0%) |
| LAB | lab(69.8 27.8 -46.4) |
| LCH | lch(69.8 54.1 300.9) |
| OKLCH | oklch(0.750 0.139 291.1) |
Copy-ready code
/* CSS */
color: #af9dff;
background-color: #af9dff;
/* Tailwind (arbitrary) */
class="text-[#af9dff] bg-[#af9dff]"
/* SCSS */
$brand: #af9dff;
/* SwiftUI */
Color(red: 0.686, green: 0.616, blue: 1.000)
/* Android */
Color.parseColor("#af9dff")Accessibility — WCAG contrast
Aa
#af9dff on white: 2.31:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#af9dff on black: 9.09:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green61.6%
Blue100.0%
CMYK percentages
Cyan31.4%
Magenta38.4%
Yellow0.0%
Key (black)0.0%
Color previews
#af9dff text on a black background
contrast 9.09:1
Card sample
#af9dff text on a white background
contrast 2.31:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af9dff;
Background color
Panel with #af9dff background
background-color: #af9dff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af9dff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 157, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 157, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af9dff; background: linear-gradient(135deg, #af9dff, #F09DFF);