#a5abc3
a light, soft blue · warm · closest name: silver
RGB
165, 171, 195
HSL
228°, 20%, 71%
CMYK
15, 12, 0, 24
Luminance
0.4107
Every format
| HEX | #a5abc3 |
| RGB | rgb(165, 171, 195) |
| HSL | hsl(228, 20%, 71%) |
| CMYK | cmyk(15%, 12%, 0%, 24%) |
| LAB | lab(70.2 2.8 -12.9) |
| LCH | lch(70.2 13.3 282.3) |
| OKLCH | oklch(0.744 0.035 274.4) |
Copy-ready code
/* CSS */
color: #a5abc3;
background-color: #a5abc3;
/* Tailwind (arbitrary) */
class="text-[#a5abc3] bg-[#a5abc3]"
/* SCSS */
$brand: #a5abc3;
/* SwiftUI */
Color(red: 0.647, green: 0.671, blue: 0.765)
/* Android */
Color.parseColor("#a5abc3")Accessibility — WCAG contrast
Aa
#a5abc3 on white: 2.28:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#a5abc3 on black: 9.21:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red64.7%
Green67.1%
Blue76.5%
CMYK percentages
Cyan15.4%
Magenta12.3%
Yellow0.0%
Key (black)23.5%
Color previews
#a5abc3 text on a black background
contrast 9.21:1
Card sample
#a5abc3 text on a white background
contrast 2.28:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #a5abc3;
Background color
Panel with #a5abc3 background
background-color: #a5abc3;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #a5abc3;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(165, 171, 195, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(165, 171, 195, 0.45);
Border & gradient
Gradient panel
border: 3px solid #a5abc3; background: linear-gradient(135deg, #a5abc3, #B3A5C3);