Charcoal
#074A37
GreenColor Codes
All color formats for development
HEX
#074A37RGB
rgb(7, 74, 55)HSL
hsl(163, 83%, 16%)OKLCH
oklch(0.365 0.071 167.8)CMYK
cmyk(91%, 0%, 26%, 71%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#064332
2#063C2C
3#053427
4#042D21
5#03251C
6#031E16
7#021611
8#010F0B
9#010706
Tints
Lighter variations
1#0B7255
2#0E9972
3#12C08F
4#16E7AC
5#3BEDBA
6#62F0C8
7#89F4D6
8#B1F8E4
9#D8FBF1
Tones
Muted variations
1#0A4736
2#0E4435
3#114133
4#143D32
5#183A30
6#1B362F
7#1F332D
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 #C2F9EA | Secondary backgroundsInput backgroundsDividers |
| 300 | 94F5 #94F5D9 | BordersInactive statesPlaceholder text |
| 400 | 5CF0 #5CF0C6 | Disabled statesSecondary iconsMuted text |
| 500 | 2DEB #2DEBB6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 13CD #13CD99 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0FA3 #0FA379 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0B75 #0B7557 | Text on light backgroundsHeadingsStrong borders |
| 900 | 074B #074B37 | 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: #C2F9EA;
--charcoal-300: #94F5D9;
--charcoal-400: #5CF0C6;
--charcoal-500: #2DEBB6;
--charcoal-600: #13CD99;
--charcoal-700: #0FA379;
--charcoal-800: #0B7557;
--charcoal-900: #074B37;
--charcoal-950: #042F23;
}