Charcoal
#074B2F
GreenColor Codes
All color formats for development
HEX
#074B2FRGB
rgb(7, 75, 47)HSL
hsl(155, 83%, 16%)OKLCH
oklch(0.366 0.08 159.3)CMYK
cmyk(91%, 0%, 37%, 71%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#06432A
2#063C25
3#053421
4#042D1C
5#032517
6#031E13
7#02160E
8#010F09
9#010705
Tints
Lighter variations
1#0B7247
2#0E995F
3#12C078
4#16E790
5#3BEDA3
6#62F0B5
7#89F4C8
8#B1F8DA
9#D8FBED
Tones
Muted variations
1#0A472E
2#0E442D
3#11412D
4#143D2C
5#183A2C
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 #DEFCF0 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C2F9 #C2F9E2 | Secondary backgroundsInput backgroundsDividers |
| 300 | 94F5 #94F5CC | BordersInactive statesPlaceholder text |
| 400 | 5CF0 #5CF0B2 | Disabled statesSecondary iconsMuted text |
| 500 | 2DEB #2DEB9C | Primary brand colorCTAsActive elementsLinks |
| 600 | 13CD #13CD80 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0FA3 #0FA366 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0B75 #0B7549 | Text on light backgroundsHeadingsStrong borders |
| 900 | 074B #074B2E | Primary textHigh emphasis contentDark headings |
| 950 | 042F #042F1D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F1FEF8;
--charcoal-100: #DEFCF0;
--charcoal-200: #C2F9E2;
--charcoal-300: #94F5CC;
--charcoal-400: #5CF0B2;
--charcoal-500: #2DEB9C;
--charcoal-600: #13CD80;
--charcoal-700: #0FA366;
--charcoal-800: #0B7549;
--charcoal-900: #074B2E;
--charcoal-950: #042F1D;
}