Charcoal
#074B31
GreenColor Codes
All color formats for development
HEX
#074B31RGB
rgb(7, 75, 49)HSL
hsl(157, 83%, 16%)OKLCH
oklch(0.366 0.078 161)CMYK
cmyk(91%, 0%, 35%, 71%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#06432C
2#063C27
3#053422
4#042D1D
5#032518
6#031E13
7#02160F
8#010F0A
9#010705
Tints
Lighter variations
1#0B724A
2#0E9964
3#12C07D
4#16E797
5#3BEDA9
6#62F0BA
7#89F4CB
8#B1F8DC
9#D8FBEE
Tones
Muted variations
1#0A4730
2#0E442F
3#11412E
4#143D2E
5#183A2D
6#1B362C
7#1F332B
8#22302A
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 #C2F9E4 | Secondary backgroundsInput backgroundsDividers |
| 300 | 94F5 #94F5D0 | BordersInactive statesPlaceholder text |
| 400 | 5CF0 #5CF0B7 | Disabled statesSecondary iconsMuted text |
| 500 | 2DEB #2DEBA2 | Primary brand colorCTAsActive elementsLinks |
| 600 | 13CD #13CD86 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0FA3 #0FA36B | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0B75 #0B754C | Text on light backgroundsHeadingsStrong borders |
| 900 | 074B #074B31 | 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: #DEFCF1;
--charcoal-200: #C2F9E4;
--charcoal-300: #94F5D0;
--charcoal-400: #5CF0B7;
--charcoal-500: #2DEBA2;
--charcoal-600: #13CD86;
--charcoal-700: #0FA36B;
--charcoal-800: #0B754C;
--charcoal-900: #074B31;
--charcoal-950: #042F1E;
}