Charcoal
#08492D
GreenColor Codes
All color formats for development
HEX
#08492DRGB
rgb(8, 73, 45)HSL
hsl(154, 80%, 16%)OKLCH
oklch(0.359 0.079 158.6)CMYK
cmyk(89%, 0%, 38%, 71%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#074229
2#073B24
3#063320
4#052C1B
5#042517
6#031D12
7#02160E
8#020F09
9#010705
Tints
Lighter variations
1#0C7045
2#11975D
3#15BD74
4#19E48C
5#3EEA9F
6#65EEB2
7#8BF2C6
8#B2F6D9
9#D8FBEC
Tones
Muted variations
1#0B462D
2#0F432C
3#12402C
4#153C2B
5#18392B
6#1C362B
7#1F332A
8#222F2A
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 #95F3CB | BordersInactive statesPlaceholder text |
| 400 | 5EED #5EEDAF | Disabled statesSecondary iconsMuted text |
| 500 | 30E8 #30E898 | Primary brand colorCTAsActive elementsLinks |
| 600 | 16CA #16CA7C | Hover statesFocus ringsPrimary buttons hover |
| 700 | 12A1 #12A163 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0D73 #0D7347 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0849 #08492D | 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: #95F3CB;
--charcoal-400: #5EEDAF;
--charcoal-500: #30E898;
--charcoal-600: #16CA7C;
--charcoal-700: #12A163;
--charcoal-800: #0D7347;
--charcoal-900: #08492D;
--charcoal-950: #052E1C;
}