Charcoal
#074B2B
GreenColor Codes
All color formats for development
HEX
#074B2BRGB
rgb(7, 75, 43)HSL
hsl(152, 83%, 16%)OKLCH
oklch(0.365 0.084 156.2)CMYK
cmyk(91%, 0%, 43%, 71%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#064327
2#063C22
3#05341E
4#042D1A
5#032516
6#031E11
7#02160D
8#010F09
9#010704
Tints
Lighter variations
1#0B7242
2#0E9958
3#12C06F
4#16E785
5#3BED9A
6#62F0AE
7#89F4C2
8#B1F8D7
9#D8FBEB
Tones
Muted variations
1#0A472B
2#0E442B
3#11412A
4#143D2A
5#183A2A
6#1B362A
7#1F3329
8#223029
9#252C29
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FE #F1FEF8 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DEFC #DEFCEE | Light backgroundsTable row hoverSkeleton loading |
| 200 | C2F9 #C2F9E0 | Secondary backgroundsInput backgroundsDividers |
| 300 | 94F5 #94F5C8 | BordersInactive statesPlaceholder text |
| 400 | 5CF0 #5CF0AB | Disabled statesSecondary iconsMuted text |
| 500 | 2DEB #2DEB93 | Primary brand colorCTAsActive elementsLinks |
| 600 | 13CD #13CD76 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0FA3 #0FA35E | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0B75 #0B7543 | Text on light backgroundsHeadingsStrong borders |
| 900 | 074B #074B2B | Primary textHigh emphasis contentDark headings |
| 950 | 042F #042F1B | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F1FEF8;
--charcoal-100: #DEFCEE;
--charcoal-200: #C2F9E0;
--charcoal-300: #94F5C8;
--charcoal-400: #5CF0AB;
--charcoal-500: #2DEB93;
--charcoal-600: #13CD76;
--charcoal-700: #0FA35E;
--charcoal-800: #0B7543;
--charcoal-900: #074B2B;
--charcoal-950: #042F1B;
}