#af9eed
a light, vivid blue · warm · closest name: plum
RGB
175, 158, 237
HSL
253°, 69%, 78%
CMYK
26, 33, 0, 7
Luminance
0.3968
Every format
| HEX | #af9eed |
| RGB | rgb(175, 158, 237) |
| HSL | hsl(253, 69%, 78%) |
| CMYK | cmyk(26%, 33%, 0%, 7%) |
| LAB | lab(69.2 22.8 -37.5) |
| LCH | lch(69.2 43.9 301.3) |
| OKLCH | oklch(0.744 0.113 293.3) |
Copy-ready code
/* CSS */
color: #af9eed;
background-color: #af9eed;
/* Tailwind (arbitrary) */
class="text-[#af9eed] bg-[#af9eed]"
/* SCSS */
$brand: #af9eed;
/* SwiftUI */
Color(red: 0.686, green: 0.620, blue: 0.929)
/* Android */
Color.parseColor("#af9eed")Accessibility — WCAG contrast
Aa
#af9eed on white: 2.35:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#af9eed on black: 8.94:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green62.0%
Blue92.9%
CMYK percentages
Cyan26.2%
Magenta33.3%
Yellow0.0%
Key (black)7.1%
Color previews
#af9eed text on a black background
contrast 8.94:1
Card sample
#af9eed text on a white background
contrast 2.35:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af9eed;
Background color
Panel with #af9eed background
background-color: #af9eed;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af9eed;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 158, 237, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 158, 237, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af9eed; background: linear-gradient(135deg, #af9eed, #E49EED);