Charcoal
#074A35
GreenColor Codes
All color formats for development
HEX
#074A35RGB
rgb(7, 74, 53)HSL
hsl(161, 83%, 16%)OKLCH
oklch(0.364 0.072 165.6)CMYK
cmyk(91%, 0%, 28%, 71%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#064330
2#063C2B
3#053425
4#042D20
5#03251B
6#031E15
7#021610
8#010F0B
9#010705
Tints
Lighter variations
1#0B7251
2#0E996D
3#12C089
4#16E7A5
5#3BEDB4
6#62F0C3
7#89F4D2
8#B1F8E1
9#D8FBF0
Tones
Muted variations
1#0A4734
2#0E4433
3#114131
4#143D30
5#183A2F
6#1B362E
7#1F332D
8#22302B
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 #C2F9E8 | Secondary backgroundsInput backgroundsDividers |
| 300 | 94F5 #94F5D6 | BordersInactive statesPlaceholder text |
| 400 | 5CF0 #5CF0C1 | Disabled statesSecondary iconsMuted text |
| 500 | 2DEB #2DEBAF | Primary brand colorCTAsActive elementsLinks |
| 600 | 13CD #13CD92 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0FA3 #0FA374 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0B75 #0B7553 | Text on light backgroundsHeadingsStrong borders |
| 900 | 074B #074B35 | Primary textHigh emphasis contentDark headings |
| 950 | 042F #042F21 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F1FEFA;
--charcoal-100: #DEFCF3;
--charcoal-200: #C2F9E8;
--charcoal-300: #94F5D6;
--charcoal-400: #5CF0C1;
--charcoal-500: #2DEBAF;
--charcoal-600: #13CD92;
--charcoal-700: #0FA374;
--charcoal-800: #0B7553;
--charcoal-900: #074B35;
--charcoal-950: #042F21;
}