Charcoal
#074A38
GreenColor Codes
All color formats for development
HEX
#074A38RGB
rgb(7, 74, 56)HSL
hsl(164, 83%, 16%)OKLCH
oklch(0.365 0.07 169)CMYK
cmyk(91%, 0%, 24%, 71%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#064333
2#063C2D
3#053428
4#042D22
5#03251C
6#031E17
7#021611
8#010F0B
9#010706
Tints
Lighter variations
1#0B7256
2#0E9974
3#12C092
4#16E7AF
5#3BEDBD
6#62F0CB
7#89F4D8
8#B1F8E5
9#D8FBF2
Tones
Muted variations
1#0A4737
2#0E4435
3#114134
4#143D32
5#183A31
6#1B362F
7#1F332E
8#22302C
9#252C2A
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FE #F1FEFA | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DEFC #DEFCF4 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C2F9 #C2F9EB | Secondary backgroundsInput backgroundsDividers |
| 300 | 94F5 #94F5DB | BordersInactive statesPlaceholder text |
| 400 | 5CF0 #5CF0C8 | Disabled statesSecondary iconsMuted text |
| 500 | 2DEB #2DEBB9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 13CD #13CD9C | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0FA3 #0FA37C | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0B75 #0B7558 | Text on light backgroundsHeadingsStrong borders |
| 900 | 074B #074B39 | Primary textHigh emphasis contentDark headings |
| 950 | 042F #042F23 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F1FEFA;
--charcoal-100: #DEFCF4;
--charcoal-200: #C2F9EB;
--charcoal-300: #94F5DB;
--charcoal-400: #5CF0C8;
--charcoal-500: #2DEBB9;
--charcoal-600: #13CD9C;
--charcoal-700: #0FA37C;
--charcoal-800: #0B7558;
--charcoal-900: #074B39;
--charcoal-950: #042F23;
}