#a39eee
a light, vivid blue · warm · closest name: plum
RGB
163, 158, 238
HSL
244°, 70%, 78%
CMYK
32, 34, 0, 7
Luminance
0.3841
Every format
| HEX | #a39eee |
| RGB | rgb(163, 158, 238) |
| HSL | hsl(244, 70%, 78%) |
| CMYK | cmyk(32%, 34%, 0%, 7%) |
| LAB | lab(68.3 19.7 -39.5) |
| LCH | lch(68.3 44.1 296.5) |
| OKLCH | oklch(0.735 0.115 286.1) |
Copy-ready code
/* CSS */
color: #a39eee;
background-color: #a39eee;
/* Tailwind (arbitrary) */
class="text-[#a39eee] bg-[#a39eee]"
/* SCSS */
$brand: #a39eee;
/* SwiftUI */
Color(red: 0.639, green: 0.620, blue: 0.933)
/* Android */
Color.parseColor("#a39eee")Accessibility — WCAG contrast
Aa
#a39eee on white: 2.42:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#a39eee on black: 8.68:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red63.9%
Green62.0%
Blue93.3%
CMYK percentages
Cyan31.5%
Magenta33.6%
Yellow0.0%
Key (black)6.7%
Color previews
#a39eee text on a black background
contrast 8.68:1
Card sample
#a39eee text on a white background
contrast 2.42:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #a39eee;
Background color
Panel with #a39eee background
background-color: #a39eee;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #a39eee;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(163, 158, 238, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(163, 158, 238, 0.45);
Border & gradient
Gradient panel
border: 3px solid #a39eee; background: linear-gradient(135deg, #a39eee, #D89EEE);