Charcoal
#015037
GreenColor Codes
All color formats for development
HEX
#015037RGB
rgb(1, 80, 55)HSL
hsl(161, 98%, 16%)OKLCH
oklch(0.382 0.081 164)CMYK
cmyk(99%, 0%, 31%, 69%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#014932
2#01412C
3#013927
4#003021
5#00281C
6#002016
7#001811
8#00100B
9#000806
Tints
Lighter variations
1#017B55
2#02A672
3#02D08F
4#03FAAC
5#2BFDBA
6#55FDC8
7#80FED6
8#AAFEE4
9#D5FFF1
Tones
Muted variations
1#054D36
2#094935
3#0D4533
4#114132
5#153D30
6#19392F
7#1D352D
8#21312C
9#252D2A
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0FF #F0FFFA | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DCFF #DCFFF4 | Light backgroundsTable row hoverSkeleton loading |
| 200 | BDFE #BDFEEA | Secondary backgroundsInput backgroundsDividers |
| 300 | 8BFE #8BFED9 | BordersInactive statesPlaceholder text |
| 400 | 4EFD #4EFDC6 | Disabled statesSecondary iconsMuted text |
| 500 | 1CFD #1CFDB5 | Primary brand colorCTAsActive elementsLinks |
| 600 | 02DE #02DE99 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 02B1 #02B179 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 017E #017E57 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0151 #015137 | Primary textHigh emphasis contentDark headings |
| 950 | 0132 #013223 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F0FFFA;
--charcoal-100: #DCFFF4;
--charcoal-200: #BDFEEA;
--charcoal-300: #8BFED9;
--charcoal-400: #4EFDC6;
--charcoal-500: #1CFDB5;
--charcoal-600: #02DE99;
--charcoal-700: #02B179;
--charcoal-800: #017E57;
--charcoal-900: #015137;
--charcoal-950: #013223;
}