#a3acef
a light, vivid blue · warm · closest name: plum
RGB
163, 172, 239
HSL
233°, 70%, 79%
CMYK
32, 28, 0, 6
Luminance
0.4352
Every format
| HEX | #a3acef |
| RGB | rgb(163, 172, 239) |
| HSL | hsl(233, 70%, 79%) |
| CMYK | cmyk(32%, 28%, 0%, 6%) |
| LAB | lab(71.9 12.0 -34.5) |
| LCH | lch(71.9 36.5 289.2) |
| OKLCH | oklch(0.762 0.097 277.9) |
Copy-ready code
/* CSS */
color: #a3acef;
background-color: #a3acef;
/* Tailwind (arbitrary) */
class="text-[#a3acef] bg-[#a3acef]"
/* SCSS */
$brand: #a3acef;
/* SwiftUI */
Color(red: 0.639, green: 0.675, blue: 0.937)
/* Android */
Color.parseColor("#a3acef")Accessibility — WCAG contrast
Aa
#a3acef on white: 2.16:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#a3acef on black: 9.70:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red63.9%
Green67.5%
Blue93.7%
CMYK percentages
Cyan31.8%
Magenta28.0%
Yellow0.0%
Key (black)6.3%
Color previews
#a3acef text on a black background
contrast 9.70:1
Card sample
#a3acef text on a white background
contrast 2.16:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #a3acef;
Background color
Panel with #a3acef background
background-color: #a3acef;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #a3acef;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(163, 172, 239, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(163, 172, 239, 0.45);
Border & gradient
Gradient panel
border: 3px solid #a3acef; background: linear-gradient(135deg, #a3acef, #CDA3EF);