Charcoal
#074A2F
GreenColor Codes
All color formats for development
HEX
#074A2FRGB
rgb(7, 74, 47)HSL
hsl(156, 83%, 16%)OKLCH
oklch(0.363 0.078 159.9)CMYK
cmyk(91%, 0%, 36%, 71%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#06432B
2#063C26
3#053421
4#042D1D
5#032518
6#031E13
7#02160E
8#010F0A
9#010705
Tints
Lighter variations
1#0B7249
2#0E9962
3#12C07A
4#16E793
5#3BEDA6
6#62F0B8
7#89F4C9
8#B1F8DB
9#D8FBED
Tones
Muted variations
1#0A472F
2#0E442E
3#11412E
4#143D2D
5#183A2C
6#1B362C
7#1F332B
8#22302A
9#252C29
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FE #F1FEF9 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DEFC #DEFCF0 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C2F9 #C2F9E3 | Secondary backgroundsInput backgroundsDividers |
| 300 | 94F5 #94F5CE | BordersInactive statesPlaceholder text |
| 400 | 5CF0 #5CF0B5 | Disabled statesSecondary iconsMuted text |
| 500 | 2DEB #2DEB9F | Primary brand colorCTAsActive elementsLinks |
| 600 | 13CD #13CD83 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0FA3 #0FA368 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0B75 #0B754A | Text on light backgroundsHeadingsStrong borders |
| 900 | 074B #074B30 | Primary textHigh emphasis contentDark headings |
| 950 | 042F #042F1E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F1FEF9;
--charcoal-100: #DEFCF0;
--charcoal-200: #C2F9E3;
--charcoal-300: #94F5CE;
--charcoal-400: #5CF0B5;
--charcoal-500: #2DEB9F;
--charcoal-600: #13CD83;
--charcoal-700: #0FA368;
--charcoal-800: #0B754A;
--charcoal-900: #074B30;
--charcoal-950: #042F1E;
}