#abc3b5
a light, soft green · cool · closest name: silver
RGB
171, 195, 181
HSL
145°, 17%, 72%
CMYK
12, 0, 7, 24
Luminance
0.5102
Every format
| HEX | #abc3b5 |
| RGB | rgb(171, 195, 181) |
| HSL | hsl(145, 17%, 72%) |
| CMYK | cmyk(12%, 0%, 7%, 24%) |
| LAB | lab(76.7 -10.9 4.3) |
| LCH | lch(76.7 11.7 158.4) |
| OKLCH | oklch(0.795 0.033 160.0) |
Copy-ready code
/* CSS */
color: #abc3b5;
background-color: #abc3b5;
/* Tailwind (arbitrary) */
class="text-[#abc3b5] bg-[#abc3b5]"
/* SCSS */
$brand: #abc3b5;
/* SwiftUI */
Color(red: 0.671, green: 0.765, blue: 0.710)
/* Android */
Color.parseColor("#abc3b5")Accessibility — WCAG contrast
Aa
#abc3b5 on white: 1.87:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#abc3b5 on black: 11.20:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.1%
Green76.5%
Blue71.0%
CMYK percentages
Cyan12.3%
Magenta0.0%
Yellow7.2%
Key (black)23.5%
Color previews
#abc3b5 text on a black background
contrast 11.20:1
Card sample
#abc3b5 text on a white background
contrast 1.87:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #abc3b5;
Background color
Panel with #abc3b5 background
background-color: #abc3b5;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #abc3b5;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(171, 195, 181, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(171, 195, 181, 0.45);
Border & gradient
Gradient panel
border: 3px solid #abc3b5; background: linear-gradient(135deg, #abc3b5, #ABC1C3);