#a3ace3
a light, vivid blue · warm · closest name: steelblue
RGB
163, 172, 227
HSL
232°, 53%, 77%
CMYK
28, 24, 0, 11
Luminance
0.4284
Every format
| HEX | #a3ace3 |
| RGB | rgb(163, 172, 227) |
| HSL | hsl(232, 53%, 77%) |
| CMYK | cmyk(28%, 24%, 0%, 11%) |
| LAB | lab(71.4 9.1 -28.7) |
| LCH | lch(71.4 30.1 287.5) |
| OKLCH | oklch(0.757 0.080 277.1) |
Copy-ready code
/* CSS */
color: #a3ace3;
background-color: #a3ace3;
/* Tailwind (arbitrary) */
class="text-[#a3ace3] bg-[#a3ace3]"
/* SCSS */
$brand: #a3ace3;
/* SwiftUI */
Color(red: 0.639, green: 0.675, blue: 0.890)
/* Android */
Color.parseColor("#a3ace3")Accessibility — WCAG contrast
Aa
#a3ace3 on white: 2.19:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#a3ace3 on black: 9.57:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red63.9%
Green67.5%
Blue89.0%
CMYK percentages
Cyan28.2%
Magenta24.2%
Yellow0.0%
Key (black)11.0%
Color previews
#a3ace3 text on a black background
contrast 9.57:1
Card sample
#a3ace3 text on a white background
contrast 2.19:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #a3ace3;
Background color
Panel with #a3ace3 background
background-color: #a3ace3;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #a3ace3;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(163, 172, 227, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(163, 172, 227, 0.45);
Border & gradient
Gradient panel
border: 3px solid #a3ace3; background: linear-gradient(135deg, #a3ace3, #C5A3E3);