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