Charcoal
#01513A
GreenColor Codes
All color formats for development
HEX
#01513ARGB
rgb(1, 81, 58)HSL
hsl(163, 98%, 16%)OKLCH
oklch(0.386 0.08 166.1)CMYK
cmyk(99%, 0%, 28%, 68%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#014934
2#01412F
3#013929
4#003023
5#00281D
6#002017
7#001811
8#00100C
9#000806
Tints
Lighter variations
1#017B59
2#02A677
3#02D096
4#03FAB4
5#2BFDC1
6#55FDCE
7#80FEDA
8#AAFEE6
9#D5FFF3
Tones
Muted variations
1#054D38
2#094937
3#0D4535
4#114133
5#153D31
6#193930
7#1D352E
8#21312C
9#252D2B
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0FF #F0FFFB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DCFF #DCFFF5 | Light backgroundsTable row hoverSkeleton loading |
| 200 | BDFE #BDFEEC | Secondary backgroundsInput backgroundsDividers |
| 300 | 8BFE #8BFEDD | BordersInactive statesPlaceholder text |
| 400 | 4EFD #4EFDCC | Disabled statesSecondary iconsMuted text |
| 500 | 1CFD #1CFDBD | Primary brand colorCTAsActive elementsLinks |
| 600 | 02DE #02DEA0 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 02B1 #02B17F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 017E #017E5B | Text on light backgroundsHeadingsStrong borders |
| 900 | 0151 #01513A | Primary textHigh emphasis contentDark headings |
| 950 | 0132 #013224 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F0FFFB;
--charcoal-100: #DCFFF5;
--charcoal-200: #BDFEEC;
--charcoal-300: #8BFEDD;
--charcoal-400: #4EFDCC;
--charcoal-500: #1CFDBD;
--charcoal-600: #02DEA0;
--charcoal-700: #02B17F;
--charcoal-800: #017E5B;
--charcoal-900: #01513A;
--charcoal-950: #013224;
}