Charcoal
#074B33
GreenColor Codes
All color formats for development
HEX
#074B33RGB
rgb(7, 75, 51)HSL
hsl(159, 83%, 16%)OKLCH
oklch(0.367 0.076 162.9)CMYK
cmyk(91%, 0%, 32%, 71%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#06432E
2#063C29
3#053424
4#042D1F
5#032519
6#031E14
7#02160F
8#010F0A
9#010705
Tints
Lighter variations
1#0B724E
2#0E9968
3#12C083
4#16E79E
5#3BEDAF
6#62F0BF
7#89F4CF
8#B1F8DF
9#D8FBEF
Tones
Muted variations
1#0A4732
2#0E4431
3#114130
4#143D2F
5#183A2E
6#1B362D
7#1F332C
8#22302B
9#252C2A
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FE #F1FEF9 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DEFC #DEFCF2 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C2F9 #C2F9E6 | Secondary backgroundsInput backgroundsDividers |
| 300 | 94F5 #94F5D3 | BordersInactive statesPlaceholder text |
| 400 | 5CF0 #5CF0BC | Disabled statesSecondary iconsMuted text |
| 500 | 2DEB #2DEBA9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 13CD #13CD8C | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0FA3 #0FA36F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0B75 #0B7550 | Text on light backgroundsHeadingsStrong borders |
| 900 | 074B #074B33 | Primary textHigh emphasis contentDark headings |
| 950 | 042F #042F20 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F1FEF9;
--charcoal-100: #DEFCF2;
--charcoal-200: #C2F9E6;
--charcoal-300: #94F5D3;
--charcoal-400: #5CF0BC;
--charcoal-500: #2DEBA9;
--charcoal-600: #13CD8C;
--charcoal-700: #0FA36F;
--charcoal-800: #0B7550;
--charcoal-900: #074B33;
--charcoal-950: #042F20;
}