Charcoal
#015031
GreenColor Codes
All color formats for development
HEX
#015031RGB
rgb(1, 80, 49)HSL
hsl(156, 98%, 16%)OKLCH
oklch(0.38 0.087 159)CMYK
cmyk(99%, 0%, 39%, 69%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#01492C
2#014127
3#013922
4#00301D
5#002818
6#002014
7#00180F
8#00100A
9#000805
Tints
Lighter variations
1#017B4A
2#02A664
3#02D07E
4#03FA97
5#2BFDA9
6#55FDBA
7#80FECB
8#AAFEDD
9#D5FFEE
Tones
Muted variations
1#054D30
2#09492F
3#0D452E
4#11412E
5#153D2D
6#19392C
7#1D352B
8#21312A
9#252D2A
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0FF #F0FFF9 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DCFF #DCFFF1 | Light backgroundsTable row hoverSkeleton loading |
| 200 | BDFE #BDFEE4 | Secondary backgroundsInput backgroundsDividers |
| 300 | 8BFE #8BFED0 | BordersInactive statesPlaceholder text |
| 400 | 4EFD #4EFDB7 | Disabled statesSecondary iconsMuted text |
| 500 | 1CFD #1CFDA3 | Primary brand colorCTAsActive elementsLinks |
| 600 | 02DE #02DE86 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 02B1 #02B16B | Active/pressed statesDark mode accentsSecondary text |
| 800 | 017E #017E4C | Text on light backgroundsHeadingsStrong borders |
| 900 | 0151 #015131 | Primary textHigh emphasis contentDark headings |
| 950 | 0132 #01321E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F0FFF9;
--charcoal-100: #DCFFF1;
--charcoal-200: #BDFEE4;
--charcoal-300: #8BFED0;
--charcoal-400: #4EFDB7;
--charcoal-500: #1CFDA3;
--charcoal-600: #02DE86;
--charcoal-700: #02B16B;
--charcoal-800: #017E4C;
--charcoal-900: #015131;
--charcoal-950: #01321E;
}