#abc1b3
a light, soft green · cool · closest name: silver
RGB
171, 193, 179
HSL
142°, 15%, 71%
CMYK
11, 0, 7, 24
Luminance
0.5005
Every format
| HEX | #abc1b3 |
| RGB | rgb(171, 193, 179) |
| HSL | hsl(142, 15%, 71%) |
| CMYK | cmyk(11%, 0%, 7%, 24%) |
| LAB | lab(76.1 -10.2 4.5) |
| LCH | lch(76.1 11.2 156.1) |
| OKLCH | oklch(0.790 0.031 157.7) |
Copy-ready code
/* CSS */
color: #abc1b3;
background-color: #abc1b3;
/* Tailwind (arbitrary) */
class="text-[#abc1b3] bg-[#abc1b3]"
/* SCSS */
$brand: #abc1b3;
/* SwiftUI */
Color(red: 0.671, green: 0.757, blue: 0.702)
/* Android */
Color.parseColor("#abc1b3")Accessibility — WCAG contrast
Aa
#abc1b3 on white: 1.91:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#abc1b3 on black: 11.01:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.1%
Green75.7%
Blue70.2%
CMYK percentages
Cyan11.4%
Magenta0.0%
Yellow7.3%
Key (black)24.3%
Color previews
#abc1b3 text on a black background
contrast 11.01:1
Card sample
#abc1b3 text on a white background
contrast 1.91:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #abc1b3;
Background color
Panel with #abc1b3 background
background-color: #abc1b3;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #abc1b3;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(171, 193, 179, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(171, 193, 179, 0.45);
Border & gradient
Gradient panel
border: 3px solid #abc1b3; background: linear-gradient(135deg, #abc1b3, #ABC0C1);