Charcoal
#08492F
GreenColor Codes
All color formats for development
HEX
#08492FRGB
rgb(8, 73, 47)HSL
hsl(156, 80%, 16%)OKLCH
oklch(0.36 0.077 160.3)CMYK
cmyk(89%, 0%, 36%, 71%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#07422B
2#073B26
3#063321
4#052C1C
5#042518
6#031D13
7#02160E
8#020F09
9#010705
Tints
Lighter variations
1#0C7048
2#119761
3#15BD7A
4#19E493
5#3EEAA5
6#65EEB7
7#8BF2C9
8#B2F6DB
9#D8FBED
Tones
Muted variations
1#0B462F
2#0F432E
3#12402D
4#153C2D
5#18392C
6#1C362B
7#1F332B
8#222F2A
9#262C29
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FD #F1FDF9 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFFB #DFFBF0 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C3F8 #C3F8E3 | Secondary backgroundsInput backgroundsDividers |
| 300 | 95F3 #95F3CE | BordersInactive statesPlaceholder text |
| 400 | 5EED #5EEDB4 | Disabled statesSecondary iconsMuted text |
| 500 | 30E8 #30E89F | Primary brand colorCTAsActive elementsLinks |
| 600 | 16CA #16CA82 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 12A1 #12A168 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0D73 #0D734A | Text on light backgroundsHeadingsStrong borders |
| 900 | 0849 #08492F | Primary textHigh emphasis contentDark headings |
| 950 | 052E #052E1E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F1FDF9;
--charcoal-100: #DFFBF0;
--charcoal-200: #C3F8E3;
--charcoal-300: #95F3CE;
--charcoal-400: #5EEDB4;
--charcoal-500: #30E89F;
--charcoal-600: #16CA82;
--charcoal-700: #12A168;
--charcoal-800: #0D734A;
--charcoal-900: #08492F;
--charcoal-950: #052E1E;
}