#abbdaf
a light, muted green · cool · closest name: silver
RGB
171, 189, 175
HSL
133°, 12%, 71%
CMYK
10, 0, 7, 26
Luminance
0.4815
Every format
| HEX | #abbdaf |
| RGB | rgb(171, 189, 175) |
| HSL | hsl(133, 12%, 71%) |
| CMYK | cmyk(10%, 0%, 7%, 26%) |
| LAB | lab(74.9 -8.9 5.0) |
| LCH | lch(74.9 10.2 150.7) |
| OKLCH | oklch(0.780 0.028 152.2) |
Copy-ready code
/* CSS */
color: #abbdaf;
background-color: #abbdaf;
/* Tailwind (arbitrary) */
class="text-[#abbdaf] bg-[#abbdaf]"
/* SCSS */
$brand: #abbdaf;
/* SwiftUI */
Color(red: 0.671, green: 0.741, blue: 0.686)
/* Android */
Color.parseColor("#abbdaf")Accessibility — WCAG contrast
Aa
#abbdaf on white: 1.98:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#abbdaf on black: 10.63:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.1%
Green74.1%
Blue68.6%
CMYK percentages
Cyan9.5%
Magenta0.0%
Yellow7.4%
Key (black)25.9%
Color previews
#abbdaf text on a black background
contrast 10.63:1
Card sample
#abbdaf text on a white background
contrast 1.98:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #abbdaf;
Background color
Panel with #abbdaf background
background-color: #abbdaf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #abbdaf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(171, 189, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(171, 189, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #abbdaf; background: linear-gradient(135deg, #abbdaf, #ABBDBB);