#a3acdf
a light, vivid blue · warm · closest name: steelblue
RGB
163, 172, 223
HSL
231°, 48%, 76%
CMYK
27, 23, 0, 13
Luminance
0.4262
Every format
| HEX | #a3acdf |
| RGB | rgb(163, 172, 223) |
| HSL | hsl(231, 48%, 76%) |
| CMYK | cmyk(27%, 23%, 0%, 13%) |
| LAB | lab(71.3 8.1 -26.7) |
| LCH | lch(71.3 27.9 286.8) |
| OKLCH | oklch(0.755 0.074 276.7) |
Copy-ready code
/* CSS */
color: #a3acdf;
background-color: #a3acdf;
/* Tailwind (arbitrary) */
class="text-[#a3acdf] bg-[#a3acdf]"
/* SCSS */
$brand: #a3acdf;
/* SwiftUI */
Color(red: 0.639, green: 0.675, blue: 0.875)
/* Android */
Color.parseColor("#a3acdf")Accessibility — WCAG contrast
Aa
#a3acdf on white: 2.20:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#a3acdf on black: 9.52:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red63.9%
Green67.5%
Blue87.5%
CMYK percentages
Cyan26.9%
Magenta22.9%
Yellow0.0%
Key (black)12.5%
Color previews
#a3acdf text on a black background
contrast 9.52:1
Card sample
#a3acdf text on a white background
contrast 2.20:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #a3acdf;
Background color
Panel with #a3acdf background
background-color: #a3acdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #a3acdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(163, 172, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(163, 172, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #a3acdf; background: linear-gradient(135deg, #a3acdf, #C2A3DF);