Charcoal
#084932
GreenColor Codes
All color formats for development
HEX
#084932RGB
rgb(8, 73, 50)HSL
hsl(159, 80%, 16%)OKLCH
oklch(0.361 0.074 163.1)CMYK
cmyk(89%, 0%, 32%, 71%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#07422E
2#073B28
3#063323
4#052C1E
5#042519
6#031D14
7#02160F
8#020F0A
9#010705
Tints
Lighter variations
1#0C704D
2#119768
3#15BD82
4#19E49D
5#3EEAAE
6#65EEBE
7#8BF2CE
8#B2F6DE
9#D8FBEF
Tones
Muted variations
1#0B4632
2#0F4331
3#124030
4#153C2F
5#18392E
6#1C362D
7#1F332C
8#222F2B
9#262C2A
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FD #F1FDF9 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFFB #DFFBF1 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C3F8 #C3F8E6 | Secondary backgroundsInput backgroundsDividers |
| 300 | 95F3 #95F3D2 | BordersInactive statesPlaceholder text |
| 400 | 5EED #5EEDBB | Disabled statesSecondary iconsMuted text |
| 500 | 30E8 #30E8A8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 16CA #16CA8B | Hover statesFocus ringsPrimary buttons hover |
| 700 | 12A1 #12A16F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0D73 #0D734F | Text on light backgroundsHeadingsStrong borders |
| 900 | 0849 #084933 | Primary textHigh emphasis contentDark headings |
| 950 | 052E #052E20 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F1FDF9;
--charcoal-100: #DFFBF1;
--charcoal-200: #C3F8E6;
--charcoal-300: #95F3D2;
--charcoal-400: #5EEDBB;
--charcoal-500: #30E8A8;
--charcoal-600: #16CA8B;
--charcoal-700: #12A16F;
--charcoal-800: #0D734F;
--charcoal-900: #084933;
--charcoal-950: #052E20;
}