#a1acdf
a light, vivid blue · warm · closest name: steelblue
RGB
161, 172, 223
HSL
229°, 49%, 75%
CMYK
28, 23, 0, 13
Luminance
0.4241
Every format
| HEX | #a1acdf |
| RGB | rgb(161, 172, 223) |
| HSL | hsl(229, 49%, 75%) |
| CMYK | cmyk(28%, 23%, 0%, 13%) |
| LAB | lab(71.2 7.5 -26.9) |
| LCH | lch(71.2 28.0 285.5) |
| OKLCH | oklch(0.754 0.074 275.0) |
Copy-ready code
/* CSS */
color: #a1acdf;
background-color: #a1acdf;
/* Tailwind (arbitrary) */
class="text-[#a1acdf] bg-[#a1acdf]"
/* SCSS */
$brand: #a1acdf;
/* SwiftUI */
Color(red: 0.631, green: 0.675, blue: 0.875)
/* Android */
Color.parseColor("#a1acdf")Accessibility — WCAG contrast
Aa
#a1acdf on white: 2.21:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#a1acdf on black: 9.48:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red63.1%
Green67.5%
Blue87.5%
CMYK percentages
Cyan27.8%
Magenta22.9%
Yellow0.0%
Key (black)12.5%
Color previews
#a1acdf text on a black background
contrast 9.48:1
Card sample
#a1acdf text on a white background
contrast 2.21:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #a1acdf;
Background color
Panel with #a1acdf background
background-color: #a1acdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #a1acdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(161, 172, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(161, 172, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #a1acdf; background: linear-gradient(135deg, #a1acdf, #BFA1DF);