#a3bfc3
a light, soft cyan · cool · closest name: silver
RGB
163, 191, 195
HSL
188°, 21%, 70%
CMYK
16, 2, 0, 24
Luminance
0.4899
Every format
| HEX | #a3bfc3 |
| RGB | rgb(163, 191, 195) |
| HSL | hsl(188, 21%, 70%) |
| CMYK | cmyk(16%, 2%, 0%, 24%) |
| LAB | lab(75.4 -8.6 -5.2) |
| LCH | lch(75.4 10.0 211.1) |
| OKLCH | oklch(0.785 0.031 207.0) |
Copy-ready code
/* CSS */
color: #a3bfc3;
background-color: #a3bfc3;
/* Tailwind (arbitrary) */
class="text-[#a3bfc3] bg-[#a3bfc3]"
/* SCSS */
$brand: #a3bfc3;
/* SwiftUI */
Color(red: 0.639, green: 0.749, blue: 0.765)
/* Android */
Color.parseColor("#a3bfc3")Accessibility — WCAG contrast
Aa
#a3bfc3 on white: 1.94:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#a3bfc3 on black: 10.80:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red63.9%
Green74.9%
Blue76.5%
CMYK percentages
Cyan16.4%
Magenta2.1%
Yellow0.0%
Key (black)23.5%
Color previews
#a3bfc3 text on a black background
contrast 10.80:1
Card sample
#a3bfc3 text on a white background
contrast 1.94:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #a3bfc3;
Background color
Panel with #a3bfc3 background
background-color: #a3bfc3;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #a3bfc3;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(163, 191, 195, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(163, 191, 195, 0.45);
Border & gradient
Gradient panel
border: 3px solid #a3bfc3; background: linear-gradient(135deg, #a3bfc3, #A3AAC3);