#abc4b9
a light, soft green · cool · closest name: silver
RGB
171, 196, 185
HSL
154°, 18%, 72%
CMYK
13, 0, 6, 23
Luminance
0.5164
Every format
| HEX | #abc4b9 |
| RGB | rgb(171, 196, 185) |
| HSL | hsl(154, 18%, 72%) |
| CMYK | cmyk(13%, 0%, 6%, 23%) |
| LAB | lab(77.1 -10.6 2.7) |
| LCH | lch(77.1 10.9 165.9) |
| OKLCH | oklch(0.798 0.031 167.2) |
Copy-ready code
/* CSS */
color: #abc4b9;
background-color: #abc4b9;
/* Tailwind (arbitrary) */
class="text-[#abc4b9] bg-[#abc4b9]"
/* SCSS */
$brand: #abc4b9;
/* SwiftUI */
Color(red: 0.671, green: 0.769, blue: 0.725)
/* Android */
Color.parseColor("#abc4b9")Accessibility — WCAG contrast
Aa
#abc4b9 on white: 1.85:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#abc4b9 on black: 11.33:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.1%
Green76.9%
Blue72.5%
CMYK percentages
Cyan12.8%
Magenta0.0%
Yellow5.6%
Key (black)23.1%
Color previews
#abc4b9 text on a black background
contrast 11.33:1
Card sample
#abc4b9 text on a white background
contrast 1.85:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #abc4b9;
Background color
Panel with #abc4b9 background
background-color: #abc4b9;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #abc4b9;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(171, 196, 185, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(171, 196, 185, 0.45);
Border & gradient
Gradient panel
border: 3px solid #abc4b9; background: linear-gradient(135deg, #abc4b9, #ABBEC4);