#abc0b0
a light, muted green · cool · closest name: silver
RGB
171, 192, 176
HSL
134°, 14%, 71%
CMYK
11, 0, 8, 25
Luminance
0.4949
Every format
| HEX | #abc0b0 |
| RGB | rgb(171, 192, 176) |
| HSL | hsl(134, 14%, 71%) |
| CMYK | cmyk(11%, 0%, 8%, 25%) |
| LAB | lab(75.8 -10.2 5.6) |
| LCH | lch(75.8 11.7 151.2) |
| OKLCH | oklch(0.787 0.032 152.7) |
Copy-ready code
/* CSS */
color: #abc0b0;
background-color: #abc0b0;
/* Tailwind (arbitrary) */
class="text-[#abc0b0] bg-[#abc0b0]"
/* SCSS */
$brand: #abc0b0;
/* SwiftUI */
Color(red: 0.671, green: 0.753, blue: 0.690)
/* Android */
Color.parseColor("#abc0b0")Accessibility — WCAG contrast
Aa
#abc0b0 on white: 1.93:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#abc0b0 on black: 10.90:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.1%
Green75.3%
Blue69.0%
CMYK percentages
Cyan10.9%
Magenta0.0%
Yellow8.3%
Key (black)24.7%
Color previews
#abc0b0 text on a black background
contrast 10.90:1
Card sample
#abc0b0 text on a white background
contrast 1.93:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #abc0b0;
Background color
Panel with #abc0b0 background
background-color: #abc0b0;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #abc0b0;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(171, 192, 176, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(171, 192, 176, 0.45);
Border & gradient
Gradient panel
border: 3px solid #abc0b0; background: linear-gradient(135deg, #abc0b0, #ABC0BE);