Charcoal
#08492C
GreenColor Codes
All color formats for development
HEX
#08492CRGB
rgb(8, 73, 44)HSL
hsl(153, 80%, 16%)OKLCH
oklch(0.359 0.08 157.8)CMYK
cmyk(89%, 0%, 40%, 71%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#074228
2#073B23
3#06331F
4#052C1A
5#042516
6#031D12
7#02160D
8#020F09
9#010704
Tints
Lighter variations
1#0C7043
2#11975A
3#15BD71
4#19E489
5#3EEA9C
6#65EEB0
7#8BF2C4
8#B2F6D8
9#D8FBEB
Tones
Muted variations
1#0B462C
2#0F432B
3#12402B
4#153C2B
5#18392A
6#1C362A
7#1F332A
8#222F29
9#262C29
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FD #F1FDF8 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFFB #DFFBEF | Light backgroundsTable row hoverSkeleton loading |
| 200 | C3F8 #C3F8E1 | Secondary backgroundsInput backgroundsDividers |
| 300 | 95F3 #95F3C9 | BordersInactive statesPlaceholder text |
| 400 | 5EED #5EEDAD | Disabled statesSecondary iconsMuted text |
| 500 | 30E8 #30E895 | Primary brand colorCTAsActive elementsLinks |
| 600 | 16CA #16CA79 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 12A1 #12A160 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0D73 #0D7345 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0849 #08492C | Primary textHigh emphasis contentDark headings |
| 950 | 052E #052E1C | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F1FDF8;
--charcoal-100: #DFFBEF;
--charcoal-200: #C3F8E1;
--charcoal-300: #95F3C9;
--charcoal-400: #5EEDAD;
--charcoal-500: #30E895;
--charcoal-600: #16CA79;
--charcoal-700: #12A160;
--charcoal-800: #0D7345;
--charcoal-900: #08492C;
--charcoal-950: #052E1C;
}