Charcoal
#015036
GreenColor Codes
All color formats for development
HEX
#015036RGB
rgb(1, 80, 54)HSL
hsl(160, 98%, 16%)OKLCH
oklch(0.382 0.082 163.1)CMYK
cmyk(99%, 0%, 32%, 69%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#014931
2#01412B
3#013926
4#003020
5#00281B
6#002016
7#001810
8#00100B
9#000805
Tints
Lighter variations
1#017B53
2#02A66F
3#02D08B
4#03FAA8
5#2BFDB7
6#55FDC5
7#80FED4
8#AAFEE2
9#D5FFF1
Tones
Muted variations
1#054D35
2#094933
3#0D4532
4#114131
5#153D2F
6#19392E
7#1D352D
8#21312B
9#252D2A
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0FF #F0FFFA | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DCFF #DCFFF3 | Light backgroundsTable row hoverSkeleton loading |
| 200 | BDFE #BDFEE9 | Secondary backgroundsInput backgroundsDividers |
| 300 | 8BFE #8BFED8 | BordersInactive statesPlaceholder text |
| 400 | 4EFD #4EFDC3 | Disabled statesSecondary iconsMuted text |
| 500 | 1CFD #1CFDB2 | Primary brand colorCTAsActive elementsLinks |
| 600 | 02DE #02DE95 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 02B1 #02B176 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 017E #017E55 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0151 #015136 | Primary textHigh emphasis contentDark headings |
| 950 | 0132 #013222 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F0FFFA;
--charcoal-100: #DCFFF3;
--charcoal-200: #BDFEE9;
--charcoal-300: #8BFED8;
--charcoal-400: #4EFDC3;
--charcoal-500: #1CFDB2;
--charcoal-600: #02DE95;
--charcoal-700: #02B176;
--charcoal-800: #017E55;
--charcoal-900: #015136;
--charcoal-950: #013222;
}