#a6bfb3
a light, soft green · cool · closest name: silver
RGB
166, 191, 179
HSL
151°, 16%, 70%
CMYK
13, 0, 6, 25
Luminance
0.4862
Every format
| HEX | #a6bfb3 |
| RGB | rgb(166, 191, 179) |
| HSL | hsl(151, 16%, 70%) |
| CMYK | cmyk(13%, 0%, 6%, 25%) |
| LAB | lab(75.2 -10.8 3.2) |
| LCH | lch(75.2 11.3 163.6) |
| OKLCH | oklch(0.782 0.032 165.0) |
Copy-ready code
/* CSS */
color: #a6bfb3;
background-color: #a6bfb3;
/* Tailwind (arbitrary) */
class="text-[#a6bfb3] bg-[#a6bfb3]"
/* SCSS */
$brand: #a6bfb3;
/* SwiftUI */
Color(red: 0.651, green: 0.749, blue: 0.702)
/* Android */
Color.parseColor("#a6bfb3")Accessibility — WCAG contrast
Aa
#a6bfb3 on white: 1.96:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#a6bfb3 on black: 10.72:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red65.1%
Green74.9%
Blue70.2%
CMYK percentages
Cyan13.1%
Magenta0.0%
Yellow6.3%
Key (black)25.1%
Color previews
#a6bfb3 text on a black background
contrast 10.72:1
Card sample
#a6bfb3 text on a white background
contrast 1.96:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #a6bfb3;
Background color
Panel with #a6bfb3 background
background-color: #a6bfb3;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #a6bfb3;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(166, 191, 179, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(166, 191, 179, 0.45);
Border & gradient
Gradient panel
border: 3px solid #a6bfb3; background: linear-gradient(135deg, #a6bfb3, #A6BABF);