#a0c9bb
a light, soft green · cool · closest name: silver
RGB
160, 201, 187
HSL
160°, 28%, 71%
CMYK
20, 0, 7, 21
Luminance
0.5283
Every format
| HEX | #a0c9bb |
| RGB | rgb(160, 201, 187) |
| HSL | hsl(160, 28%, 71%) |
| CMYK | cmyk(20%, 0%, 7%, 21%) |
| LAB | lab(77.8 -16.4 2.5) |
| LCH | lch(77.8 16.6 171.2) |
| OKLCH | oklch(0.802 0.048 172.2) |
Copy-ready code
/* CSS */
color: #a0c9bb;
background-color: #a0c9bb;
/* Tailwind (arbitrary) */
class="text-[#a0c9bb] bg-[#a0c9bb]"
/* SCSS */
$brand: #a0c9bb;
/* SwiftUI */
Color(red: 0.627, green: 0.788, blue: 0.733)
/* Android */
Color.parseColor("#a0c9bb")Accessibility — WCAG contrast
Aa
#a0c9bb on white: 1.82:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#a0c9bb on black: 11.57:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red62.7%
Green78.8%
Blue73.3%
CMYK percentages
Cyan20.4%
Magenta0.0%
Yellow7.0%
Key (black)21.2%
Color previews
#a0c9bb text on a black background
contrast 11.57:1
Card sample
#a0c9bb text on a white background
contrast 1.82:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #a0c9bb;
Background color
Panel with #a0c9bb background
background-color: #a0c9bb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #a0c9bb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(160, 201, 187, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(160, 201, 187, 0.45);
Border & gradient
Gradient panel
border: 3px solid #a0c9bb; background: linear-gradient(135deg, #a0c9bb, #A0BCC9);