Charcoal
#104131
GreenColor Codes
All color formats for development
HEX
#104131RGB
rgb(16, 65, 49)HSL
hsl(160, 60%, 16%)OKLCH
oklch(0.338 0.059 167.3)CMYK
cmyk(75%, 0%, 25%, 75%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0F3B2C
2#0D3427
3#0B2E22
4#0A271D
5#082118
6#071A14
7#05140F
8#030D0A
9#020705
Tints
Lighter variations
1#19644B
2#218664
3#2AA87E
4#33CA98
5#54D4A9
6#76DDBA
7#98E5CC
8#BAEEDD
9#DDF6EE
Tones
Muted variations
1#133F30
2#153C2F
3#183A2F
4#1A372E
5#1D352D
6#1F332C
7#21302B
8#242E2A
9#262B2A
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3FC #F3FCF9 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2F8 #E2F8F1 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CAF2 #CAF2E4 | Secondary backgroundsInput backgroundsDividers |
| 300 | A1E8 #A1E8D0 | BordersInactive statesPlaceholder text |
| 400 | 70DB #70DBB8 | Disabled statesSecondary iconsMuted text |
| 500 | 47D1 #47D1A3 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2DB4 #2DB487 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 248F #248F6B | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1A66 #1A664C | Text on light backgroundsHeadingsStrong borders |
| 900 | 1041 #104131 | Primary textHigh emphasis contentDark headings |
| 950 | 0A29 #0A291F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F3FCF9;
--charcoal-100: #E2F8F1;
--charcoal-200: #CAF2E4;
--charcoal-300: #A1E8D0;
--charcoal-400: #70DBB8;
--charcoal-500: #47D1A3;
--charcoal-600: #2DB487;
--charcoal-700: #248F6B;
--charcoal-800: #1A664C;
--charcoal-900: #104131;
--charcoal-950: #0A291F;
}