Charcoal
#104133
GreenColor Codes
All color formats for development
HEX
#104133RGB
rgb(16, 65, 51)HSL
hsl(163, 60%, 16%)OKLCH
oklch(0.338 0.058 170.2)CMYK
cmyk(75%, 0%, 22%, 75%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0F3B2E
2#0D3429
3#0B2E24
4#0A271F
5#08211A
6#071A15
7#05140F
8#030D0A
9#020705
Tints
Lighter variations
1#19644E
2#218669
3#2AA884
4#33CA9F
5#54D4B0
6#76DDC0
7#98E5CF
8#BAEEDF
9#DDF6EF
Tones
Muted variations
1#133F32
2#153C31
3#183A30
4#1A372F
5#1D352E
6#1F332D
7#21302C
8#242E2B
9#262B2A
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3FC #F3FCF9 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2F8 #E2F8F2 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CAF2 #CAF2E6 | Secondary backgroundsInput backgroundsDividers |
| 300 | A1E8 #A1E8D4 | BordersInactive statesPlaceholder text |
| 400 | 70DB #70DBBD | Disabled statesSecondary iconsMuted text |
| 500 | 47D1 #47D1AA | Primary brand colorCTAsActive elementsLinks |
| 600 | 2DB4 #2DB48D | Hover statesFocus ringsPrimary buttons hover |
| 700 | 248F #248F70 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1A66 #1A6650 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1041 #104133 | 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: #E2F8F2;
--charcoal-200: #CAF2E6;
--charcoal-300: #A1E8D4;
--charcoal-400: #70DBBD;
--charcoal-500: #47D1AA;
--charcoal-600: #2DB48D;
--charcoal-700: #248F70;
--charcoal-800: #1A6650;
--charcoal-900: #104133;
--charcoal-950: #0A2920;
}