Charcoal
#01503B
GreenColor Codes
All color formats for development
HEX
#01503BRGB
rgb(1, 80, 59)HSL
hsl(164, 98%, 16%)OKLCH
oklch(0.383 0.077 167.8)CMYK
cmyk(99%, 0%, 26%, 69%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#014936
2#014130
3#01392A
4#003024
5#00281E
6#002018
7#001812
8#00100C
9#000806
Tints
Lighter variations
1#017B5B
2#02A67A
3#02D099
4#03FAB8
5#2BFDC5
6#55FDD1
7#80FEDC
8#AAFEE8
9#D5FFF3
Tones
Muted variations
1#054D3A
2#094938
3#0D4536
4#114134
5#153D32
6#193930
7#1D352E
8#21312D
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 #BDFEED | Secondary backgroundsInput backgroundsDividers |
| 300 | 8BFE #8BFEDF | BordersInactive statesPlaceholder text |
| 400 | 4EFD #4EFDCF | Disabled statesSecondary iconsMuted text |
| 500 | 1CFD #1CFDC1 | Primary brand colorCTAsActive elementsLinks |
| 600 | 02DE #02DEA4 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 02B1 #02B182 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 017E #017E5D | Text on light backgroundsHeadingsStrong borders |
| 900 | 0151 #01513B | Primary textHigh emphasis contentDark headings |
| 950 | 0132 #013225 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F0FFFB;
--charcoal-100: #DCFFF5;
--charcoal-200: #BDFEED;
--charcoal-300: #8BFEDF;
--charcoal-400: #4EFDCF;
--charcoal-500: #1CFDC1;
--charcoal-600: #02DEA4;
--charcoal-700: #02B182;
--charcoal-800: #017E5D;
--charcoal-900: #01513B;
--charcoal-950: #013225;
}