#a8bda8
a light, muted green · cool · closest name: silver
RGB
168, 189, 168
HSL
120°, 14%, 70%
CMYK
11, 0, 11, 26
Luminance
0.4755
Every format
| HEX | #a8bda8 |
| RGB | rgb(168, 189, 168) |
| HSL | hsl(120, 14%, 70%) |
| CMYK | cmyk(11%, 0%, 11%, 26%) |
| LAB | lab(74.5 -11.2 8.2) |
| LCH | lch(74.5 13.9 143.8) |
| OKLCH | oklch(0.776 0.037 145.2) |
Copy-ready code
/* CSS */
color: #a8bda8;
background-color: #a8bda8;
/* Tailwind (arbitrary) */
class="text-[#a8bda8] bg-[#a8bda8]"
/* SCSS */
$brand: #a8bda8;
/* SwiftUI */
Color(red: 0.659, green: 0.741, blue: 0.659)
/* Android */
Color.parseColor("#a8bda8")Accessibility — WCAG contrast
Aa
#a8bda8 on white: 2.00:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#a8bda8 on black: 10.51:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red65.9%
Green74.1%
Blue65.9%
CMYK percentages
Cyan11.1%
Magenta0.0%
Yellow11.1%
Key (black)25.9%
Color previews
#a8bda8 text on a black background
contrast 10.51:1
Card sample
#a8bda8 text on a white background
contrast 2.00:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #a8bda8;
Background color
Panel with #a8bda8 background
background-color: #a8bda8;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #a8bda8;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(168, 189, 168, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(168, 189, 168, 0.45);
Border & gradient
Gradient panel
border: 3px solid #a8bda8; background: linear-gradient(135deg, #a8bda8, #A8BDB6);