Charcoal
#015133
GreenColor Codes
All color formats for development
HEX
#015133RGB
rgb(1, 81, 51)HSL
hsl(158, 98%, 16%)OKLCH
oklch(0.384 0.086 160)CMYK
cmyk(99%, 0%, 37%, 68%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#01492E
2#014129
3#013924
4#00301F
5#00281A
6#002015
7#00180F
8#00100A
9#000805
Tints
Lighter variations
1#017B4E
2#02A669
3#02D085
4#03FAA0
5#2BFDB0
6#55FDC0
7#80FED0
8#AAFEDF
9#D5FFEF
Tones
Muted variations
1#054D32
2#094931
3#0D4530
4#11412F
5#153D2E
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 #DCFFF2 | Light backgroundsTable row hoverSkeleton loading |
| 200 | BDFE #BDFEE7 | Secondary backgroundsInput backgroundsDividers |
| 300 | 8BFE #8BFED4 | BordersInactive statesPlaceholder text |
| 400 | 4EFD #4EFDBD | Disabled statesSecondary iconsMuted text |
| 500 | 1CFD #1CFDAA | Primary brand colorCTAsActive elementsLinks |
| 600 | 02DE #02DE8E | Hover statesFocus ringsPrimary buttons hover |
| 700 | 02B1 #02B171 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 017E #017E50 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0151 #015133 | Primary textHigh emphasis contentDark headings |
| 950 | 0132 #013220 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F0FFF9;
--charcoal-100: #DCFFF2;
--charcoal-200: #BDFEE7;
--charcoal-300: #8BFED4;
--charcoal-400: #4EFDBD;
--charcoal-500: #1CFDAA;
--charcoal-600: #02DE8E;
--charcoal-700: #02B171;
--charcoal-800: #017E50;
--charcoal-900: #015133;
--charcoal-950: #013220;
}