#a6c7b1
a light, soft green · cool · closest name: silver
RGB
166, 199, 177
HSL
140°, 23%, 72%
CMYK
17, 0, 11, 22
Luminance
0.5213
Every format
| HEX | #a6c7b1 |
| RGB | rgb(166, 199, 177) |
| HSL | hsl(140, 23%, 72%) |
| CMYK | cmyk(17%, 0%, 11%, 22%) |
| LAB | lab(77.4 -15.4 7.4) |
| LCH | lch(77.4 17.0 154.4) |
| OKLCH | oklch(0.799 0.047 156.0) |
Copy-ready code
/* CSS */
color: #a6c7b1;
background-color: #a6c7b1;
/* Tailwind (arbitrary) */
class="text-[#a6c7b1] bg-[#a6c7b1]"
/* SCSS */
$brand: #a6c7b1;
/* SwiftUI */
Color(red: 0.651, green: 0.780, blue: 0.694)
/* Android */
Color.parseColor("#a6c7b1")Accessibility — WCAG contrast
Aa
#a6c7b1 on white: 1.84:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#a6c7b1 on black: 11.43:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red65.1%
Green78.0%
Blue69.4%
CMYK percentages
Cyan16.6%
Magenta0.0%
Yellow11.1%
Key (black)22.0%
Color previews
#a6c7b1 text on a black background
contrast 11.43:1
Card sample
#a6c7b1 text on a white background
contrast 1.84:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #a6c7b1;
Background color
Panel with #a6c7b1 background
background-color: #a6c7b1;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #a6c7b1;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(166, 199, 177, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(166, 199, 177, 0.45);
Border & gradient
Gradient panel
border: 3px solid #a6c7b1; background: linear-gradient(135deg, #a6c7b1, #A6C7C7);