Charcoal
#074B2C
GreenColor Codes
All color formats for development
HEX
#074B2CRGB
rgb(7, 75, 44)HSL
hsl(153, 83%, 16%)OKLCH
oklch(0.365 0.083 156.9)CMYK
cmyk(91%, 0%, 41%, 71%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#064328
2#063C23
3#05341F
4#042D1B
5#032516
6#031E12
7#02160D
8#010F09
9#010704
Tints
Lighter variations
1#0B7243
2#0E995B
3#12C072
4#16E789
5#3BED9D
6#62F0B0
7#89F4C4
8#B1F8D8
9#D8FBEB
Tones
Muted variations
1#0A472C
2#0E442C
3#11412B
4#143D2B
5#183A2A
6#1B362A
7#1F332A
8#223029
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 #C2F9E1 | Secondary backgroundsInput backgroundsDividers |
| 300 | 94F5 #94F5C9 | BordersInactive statesPlaceholder text |
| 400 | 5CF0 #5CF0AD | Disabled statesSecondary iconsMuted text |
| 500 | 2DEB #2DEB96 | Primary brand colorCTAsActive elementsLinks |
| 600 | 13CD #13CD7A | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0FA3 #0FA361 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0B75 #0B7545 | Text on light backgroundsHeadingsStrong borders |
| 900 | 074B #074B2C | 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: #C2F9E1;
--charcoal-300: #94F5C9;
--charcoal-400: #5CF0AD;
--charcoal-500: #2DEB96;
--charcoal-600: #13CD7A;
--charcoal-700: #0FA361;
--charcoal-800: #0B7545;
--charcoal-900: #074B2C;
--charcoal-950: #042F1C;
}