Charcoal
#08492E
GreenColor Codes
All color formats for development
HEX
#08492ERGB
rgb(8, 73, 46)HSL
hsl(155, 80%, 16%)OKLCH
oklch(0.36 0.078 159.4)CMYK
cmyk(89%, 0%, 37%, 71%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#07422A
2#073B25
3#063320
4#052C1C
5#042517
6#031D12
7#02160E
8#020F09
9#010705
Tints
Lighter variations
1#0C7047
2#11975F
3#15BD77
4#19E48F
5#3EEAA2
6#65EEB5
7#8BF2C7
8#B2F6DA
9#D8FBEC
Tones
Muted variations
1#0B462E
2#0F432D
3#12402D
4#153C2C
5#18392C
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 #DFFBF0 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C3F8 #C3F8E2 | Secondary backgroundsInput backgroundsDividers |
| 300 | 95F3 #95F3CC | BordersInactive statesPlaceholder text |
| 400 | 5EED #5EEDB2 | Disabled statesSecondary iconsMuted text |
| 500 | 30E8 #30E89C | Primary brand colorCTAsActive elementsLinks |
| 600 | 16CA #16CA7F | Hover statesFocus ringsPrimary buttons hover |
| 700 | 12A1 #12A165 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0D73 #0D7348 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0849 #08492E | Primary textHigh emphasis contentDark headings |
| 950 | 052E #052E1D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F1FDF8;
--charcoal-100: #DFFBF0;
--charcoal-200: #C3F8E2;
--charcoal-300: #95F3CC;
--charcoal-400: #5EEDB2;
--charcoal-500: #30E89C;
--charcoal-600: #16CA7F;
--charcoal-700: #12A165;
--charcoal-800: #0D7348;
--charcoal-900: #08492E;
--charcoal-950: #052E1D;
}