Charcoal
#074B34
GreenColor Codes
All color formats for development
HEX
#074B34RGB
rgb(7, 75, 52)HSL
hsl(160, 83%, 16%)OKLCH
oklch(0.367 0.075 163.8)CMYK
cmyk(91%, 0%, 31%, 71%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#06432F
2#063C2A
3#053424
4#042D1F
5#03251A
6#031E15
7#021610
8#010F0A
9#010705
Tints
Lighter variations
1#0B724F
2#0E996B
3#12C086
4#16E7A1
5#3BEDB2
6#62F0C1
7#89F4D1
8#B1F8E0
9#D8FBF0
Tones
Muted variations
1#0A4733
2#0E4432
3#114131
4#143D30
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 #C2F9E7 | Secondary backgroundsInput backgroundsDividers |
| 300 | 94F5 #94F5D5 | BordersInactive statesPlaceholder text |
| 400 | 5CF0 #5CF0BE | Disabled statesSecondary iconsMuted text |
| 500 | 2DEB #2DEBAC | Primary brand colorCTAsActive elementsLinks |
| 600 | 13CD #13CD8F | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0FA3 #0FA372 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0B75 #0B7551 | Text on light backgroundsHeadingsStrong borders |
| 900 | 074B #074B34 | Primary textHigh emphasis contentDark headings |
| 950 | 042F #042F21 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F1FEF9;
--charcoal-100: #DEFCF2;
--charcoal-200: #C2F9E7;
--charcoal-300: #94F5D5;
--charcoal-400: #5CF0BE;
--charcoal-500: #2DEBAC;
--charcoal-600: #13CD8F;
--charcoal-700: #0FA372;
--charcoal-800: #0B7551;
--charcoal-900: #074B34;
--charcoal-950: #042F21;
}