Charcoal
#074B2D
GreenColor Codes
All color formats for development
HEX
#074B2DRGB
rgb(7, 75, 45)HSL
hsl(154, 83%, 16%)OKLCH
oklch(0.365 0.082 157.7)CMYK
cmyk(91%, 0%, 40%, 71%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#064329
2#063C24
3#053420
4#042D1B
5#032517
6#031E12
7#02160E
8#010F09
9#010705
Tints
Lighter variations
1#0B7245
2#0E995D
3#12C075
4#16E78C
5#3BEDA0
6#62F0B3
7#89F4C6
8#B1F8D9
9#D8FBEC
Tones
Muted variations
1#0A472D
2#0E442C
3#11412C
4#143D2C
5#183A2B
6#1B362B
7#1F332A
8#22302A
9#252C29
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FE #F1FEF8 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DEFC #DEFCEF | Light backgroundsTable row hoverSkeleton loading |
| 200 | C2F9 #C2F9E2 | Secondary backgroundsInput backgroundsDividers |
| 300 | 94F5 #94F5CB | BordersInactive statesPlaceholder text |
| 400 | 5CF0 #5CF0B0 | Disabled statesSecondary iconsMuted text |
| 500 | 2DEB #2DEB99 | Primary brand colorCTAsActive elementsLinks |
| 600 | 13CD #13CD7D | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0FA3 #0FA363 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0B75 #0B7547 | Text on light backgroundsHeadingsStrong borders |
| 900 | 074B #074B2D | Primary textHigh emphasis contentDark headings |
| 950 | 042F #042F1C | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F1FEF8;
--charcoal-100: #DEFCEF;
--charcoal-200: #C2F9E2;
--charcoal-300: #94F5CB;
--charcoal-400: #5CF0B0;
--charcoal-500: #2DEB99;
--charcoal-600: #13CD7D;
--charcoal-700: #0FA363;
--charcoal-800: #0B7547;
--charcoal-900: #074B2D;
--charcoal-950: #042F1C;
}