Charcoal
#1A6550
GreenColor Codes
All color formats for development
HEX
#1A6550RGB
rgb(26, 101, 80)HSL
hsl(163, 59%, 25%)OKLCH
oklch(0.456 0.08 170)CMYK
cmyk(74%, 0%, 21%, 60%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#185B48
2#155140
3#124738
4#103D30
5#0D3328
6#0A2920
7#081E18
8#051410
9#030A08
Tints
Lighter variations
1#228468
2#2AA280
3#32C198
4#49D0AA
5#67D8B8
6#85E0C6
7#A4E7D4
8#C2EFE3
9#E1F7F1
Tones
Muted variations
1#1E624E
2#225E4D
3#255A4B
4#29564A
5#2D5348
6#314F46
7#344B45
8#384743
9#3C4441
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3FC #F3FCF9 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E3F8 #E3F8F2 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CAF1 #CAF1E6 | Secondary backgroundsInput backgroundsDividers |
| 300 | A2E7 #A2E7D3 | BordersInactive statesPlaceholder text |
| 400 | 71DA #71DABD | Disabled statesSecondary iconsMuted text |
| 500 | 49D0 #49D0AA | Primary brand colorCTAsActive elementsLinks |
| 600 | 2EB2 #2EB28D | Hover statesFocus ringsPrimary buttons hover |
| 700 | 258E #258E70 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1A65 #1A6550 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1141 #114133 | Primary textHigh emphasis contentDark headings |
| 950 | 0A29 #0A2920 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F3FCF9;
--charcoal-100: #E3F8F2;
--charcoal-200: #CAF1E6;
--charcoal-300: #A2E7D3;
--charcoal-400: #71DABD;
--charcoal-500: #49D0AA;
--charcoal-600: #2EB28D;
--charcoal-700: #258E70;
--charcoal-800: #1A6550;
--charcoal-900: #114133;
--charcoal-950: #0A2920;
}