#a4baba
a light, muted cyan · cool · closest name: silver
RGB
164, 186, 186
HSL
180°, 14%, 69%
CMYK
12, 0, 0, 27
Luminance
0.4656
Every format
| HEX | #a4baba |
| RGB | rgb(164, 186, 186) |
| HSL | hsl(180, 14%, 69%) |
| CMYK | cmyk(12%, 0%, 0%, 27%) |
| LAB | lab(73.9 -7.5 -2.5) |
| LCH | lch(73.9 7.9 198.8) |
| OKLCH | oklch(0.772 0.024 196.7) |
Copy-ready code
/* CSS */
color: #a4baba;
background-color: #a4baba;
/* Tailwind (arbitrary) */
class="text-[#a4baba] bg-[#a4baba]"
/* SCSS */
$brand: #a4baba;
/* SwiftUI */
Color(red: 0.643, green: 0.729, blue: 0.729)
/* Android */
Color.parseColor("#a4baba")Accessibility — WCAG contrast
Aa
#a4baba on white: 2.04:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#a4baba on black: 10.31:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red64.3%
Green72.9%
Blue72.9%
CMYK percentages
Cyan11.8%
Magenta0.0%
Yellow0.0%
Key (black)27.1%
Color previews
#a4baba text on a black background
contrast 10.31:1
Card sample
#a4baba text on a white background
contrast 2.04:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #a4baba;
Background color
Panel with #a4baba background
background-color: #a4baba;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #a4baba;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(164, 186, 186, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(164, 186, 186, 0.45);
Border & gradient
Gradient panel
border: 3px solid #a4baba; background: linear-gradient(135deg, #a4baba, #A4ABBA);