Charcoal
#074A31
GreenColor Codes
All color formats for development
HEX
#074A31RGB
rgb(7, 74, 49)HSL
hsl(158, 83%, 16%)OKLCH
oklch(0.363 0.076 161.6)CMYK
cmyk(91%, 0%, 34%, 71%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#06432D
2#063C28
3#053423
4#042D1E
5#032519
6#031E14
7#02160F
8#010F0A
9#010705
Tints
Lighter variations
1#0B724C
2#0E9966
3#12C080
4#16E79A
5#3BEDAC
6#62F0BC
7#89F4CD
8#B1F8DE
9#D8FBEE
Tones
Muted variations
1#0A4731
2#0E4430
3#11412F
4#143D2E
5#183A2D
6#1B362C
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 #DEFCF1 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C2F9 #C2F9E5 | Secondary backgroundsInput backgroundsDividers |
| 300 | 94F5 #94F5D1 | BordersInactive statesPlaceholder text |
| 400 | 5CF0 #5CF0BA | Disabled statesSecondary iconsMuted text |
| 500 | 2DEB #2DEBA6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 13CD #13CD89 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0FA3 #0FA36D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0B75 #0B754E | Text on light backgroundsHeadingsStrong borders |
| 900 | 074B #074B32 | Primary textHigh emphasis contentDark headings |
| 950 | 042F #042F1F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F1FEF9;
--charcoal-100: #DEFCF1;
--charcoal-200: #C2F9E5;
--charcoal-300: #94F5D1;
--charcoal-400: #5CF0BA;
--charcoal-500: #2DEBA6;
--charcoal-600: #13CD89;
--charcoal-700: #0FA36D;
--charcoal-800: #0B754E;
--charcoal-900: #074B32;
--charcoal-950: #042F1F;
}