#abccbf
a light, soft green · cool · closest name: silver
RGB
171, 204, 191
HSL
156°, 24%, 74%
CMYK
16, 0, 6, 20
Luminance
0.5561
Every format
| HEX | #abccbf |
| RGB | rgb(171, 204, 191) |
| HSL | hsl(156, 24%, 74%) |
| CMYK | cmyk(16%, 0%, 6%, 20%) |
| LAB | lab(79.4 -13.6 2.8) |
| LCH | lch(79.4 13.9 168.3) |
| OKLCH | oklch(0.817 0.040 169.5) |
Copy-ready code
/* CSS */
color: #abccbf;
background-color: #abccbf;
/* Tailwind (arbitrary) */
class="text-[#abccbf] bg-[#abccbf]"
/* SCSS */
$brand: #abccbf;
/* SwiftUI */
Color(red: 0.671, green: 0.800, blue: 0.749)
/* Android */
Color.parseColor("#abccbf")Accessibility — WCAG contrast
Aa
#abccbf on white: 1.73:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#abccbf on black: 12.12:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.1%
Green80.0%
Blue74.9%
CMYK percentages
Cyan16.2%
Magenta0.0%
Yellow6.4%
Key (black)20.0%
Color previews
#abccbf text on a black background
contrast 12.12:1
Card sample
#abccbf text on a white background
contrast 1.73:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #abccbf;
Background color
Panel with #abccbf background
background-color: #abccbf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #abccbf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(171, 204, 191, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(171, 204, 191, 0.45);
Border & gradient
Gradient panel
border: 3px solid #abccbf; background: linear-gradient(135deg, #abccbf, #ABC3CC);