#a4b2cf
a light, soft blue · cool · closest name: silver
RGB
164, 178, 207
HSL
221°, 31%, 73%
CMYK
21, 14, 0, 19
Luminance
0.4424
Every format
| HEX | #a4b2cf |
| RGB | rgb(164, 178, 207) |
| HSL | hsl(221, 31%, 73%) |
| CMYK | cmyk(21%, 14%, 0%, 19%) |
| LAB | lab(72.4 1.3 -16.3) |
| LCH | lch(72.4 16.4 274.7) |
| OKLCH | oklch(0.762 0.044 264.9) |
Copy-ready code
/* CSS */
color: #a4b2cf;
background-color: #a4b2cf;
/* Tailwind (arbitrary) */
class="text-[#a4b2cf] bg-[#a4b2cf]"
/* SCSS */
$brand: #a4b2cf;
/* SwiftUI */
Color(red: 0.643, green: 0.698, blue: 0.812)
/* Android */
Color.parseColor("#a4b2cf")Accessibility — WCAG contrast
Aa
#a4b2cf on white: 2.13:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#a4b2cf on black: 9.85:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red64.3%
Green69.8%
Blue81.2%
CMYK percentages
Cyan20.8%
Magenta14.0%
Yellow0.0%
Key (black)18.8%
Color previews
#a4b2cf text on a black background
contrast 9.85:1
Card sample
#a4b2cf text on a white background
contrast 2.13:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #a4b2cf;
Background color
Panel with #a4b2cf background
background-color: #a4b2cf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #a4b2cf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(164, 178, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(164, 178, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #a4b2cf; background: linear-gradient(135deg, #a4b2cf, #B3A4CF);