Charcoal
#015035
GreenColor Codes
All color formats for development
HEX
#015035RGB
rgb(1, 80, 53)HSL
hsl(159, 98%, 16%)OKLCH
oklch(0.381 0.083 162.2)CMYK
cmyk(99%, 0%, 34%, 69%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#014930
2#01412A
3#013925
4#003020
5#00281A
6#002015
7#001810
8#00100B
9#000805
Tints
Lighter variations
1#017B51
2#02A66C
3#02D088
4#03FAA4
5#2BFDB3
6#55FDC3
7#80FED2
8#AAFEE1
9#D5FFF0
Tones
Muted variations
1#054D34
2#094932
3#0D4531
4#114130
5#153D2F
6#19392E
7#1D352C
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 #DCFFF2 | Light backgroundsTable row hoverSkeleton loading |
| 200 | BDFE #BDFEE8 | Secondary backgroundsInput backgroundsDividers |
| 300 | 8BFE #8BFED6 | BordersInactive statesPlaceholder text |
| 400 | 4EFD #4EFDC0 | Disabled statesSecondary iconsMuted text |
| 500 | 1CFD #1CFDAE | Primary brand colorCTAsActive elementsLinks |
| 600 | 02DE #02DE91 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 02B1 #02B173 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 017E #017E52 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0151 #015135 | Primary textHigh emphasis contentDark headings |
| 950 | 0132 #013221 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F0FFFA;
--charcoal-100: #DCFFF2;
--charcoal-200: #BDFEE8;
--charcoal-300: #8BFED6;
--charcoal-400: #4EFDC0;
--charcoal-500: #1CFDAE;
--charcoal-600: #02DE91;
--charcoal-700: #02B173;
--charcoal-800: #017E52;
--charcoal-900: #015135;
--charcoal-950: #013221;
}