Charcoal
#074B37
GreenColor Codes
All color formats for development
HEX
#074B37RGB
rgb(7, 75, 55)HSL
hsl(162, 83%, 16%)OKLCH
oklch(0.368 0.072 167)CMYK
cmyk(91%, 0%, 27%, 71%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#064331
2#063C2B
3#053426
4#042D21
5#03251B
6#031E16
7#021610
8#010F0B
9#010705
Tints
Lighter variations
1#0B7253
2#0E996F
3#12C08C
4#16E7A8
5#3BEDB7
6#62F0C6
7#89F4D4
8#B1F8E2
9#D8FBF1
Tones
Muted variations
1#0A4735
2#0E4434
3#114132
4#143D31
5#183A30
6#1B362E
7#1F332D
8#22302C
9#252C2A
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FE #F1FEFA | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DEFC #DEFCF3 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C2F9 #C2F9E9 | Secondary backgroundsInput backgroundsDividers |
| 300 | 94F5 #94F5D8 | BordersInactive statesPlaceholder text |
| 400 | 5CF0 #5CF0C3 | Disabled statesSecondary iconsMuted text |
| 500 | 2DEB #2DEBB2 | Primary brand colorCTAsActive elementsLinks |
| 600 | 13CD #13CD95 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0FA3 #0FA377 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0B75 #0B7555 | Text on light backgroundsHeadingsStrong borders |
| 900 | 074B #074B36 | Primary textHigh emphasis contentDark headings |
| 950 | 042F #042F22 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F1FEFA;
--charcoal-100: #DEFCF3;
--charcoal-200: #C2F9E9;
--charcoal-300: #94F5D8;
--charcoal-400: #5CF0C3;
--charcoal-500: #2DEBB2;
--charcoal-600: #13CD95;
--charcoal-700: #0FA377;
--charcoal-800: #0B7555;
--charcoal-900: #074B36;
--charcoal-950: #042F22;
}