Charcoal
#015032
GreenColor Codes
All color formats for development
HEX
#015032RGB
rgb(1, 80, 50)HSL
hsl(157, 98%, 16%)OKLCH
oklch(0.381 0.086 159.8)CMYK
cmyk(99%, 0%, 38%, 69%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#01492D
2#014128
3#013923
4#00301E
5#002819
6#002014
7#00180F
8#00100A
9#000805
Tints
Lighter variations
1#017B4C
2#02A667
3#02D081
4#03FA9B
5#2BFDAC
6#55FDBD
7#80FECD
8#AAFEDE
9#D5FFEE
Tones
Muted variations
1#054D31
2#094930
3#0D452F
4#11412E
5#153D2D
6#19392D
7#1D352C
8#21312B
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 #BDFEE5 | Secondary backgroundsInput backgroundsDividers |
| 300 | 8BFE #8BFED2 | BordersInactive statesPlaceholder text |
| 400 | 4EFD #4EFDBA | Disabled statesSecondary iconsMuted text |
| 500 | 1CFD #1CFDA6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 02DE #02DE8A | Hover statesFocus ringsPrimary buttons hover |
| 700 | 02B1 #02B16E | Active/pressed statesDark mode accentsSecondary text |
| 800 | 017E #017E4E | Text on light backgroundsHeadingsStrong borders |
| 900 | 0151 #015132 | Primary textHigh emphasis contentDark headings |
| 950 | 0132 #01321F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F0FFF9;
--charcoal-100: #DCFFF1;
--charcoal-200: #BDFEE5;
--charcoal-300: #8BFED2;
--charcoal-400: #4EFDBA;
--charcoal-500: #1CFDA6;
--charcoal-600: #02DE8A;
--charcoal-700: #02B16E;
--charcoal-800: #017E4E;
--charcoal-900: #015132;
--charcoal-950: #01321F;
}