Charcoal
#01502E
GreenColor Codes
All color formats for development
HEX
#01502ERGB
rgb(1, 80, 46)HSL
hsl(154, 98%, 16%)OKLCH
oklch(0.38 0.09 156.9)CMYK
cmyk(99%, 0%, 42%, 69%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#01492A
2#014125
3#013920
4#00301C
5#002817
6#002012
7#00180E
8#001009
9#000805
Tints
Lighter variations
1#017B46
2#02A65F
3#02D077
4#03FA8F
5#2BFDA2
6#55FDB5
7#80FEC7
8#AAFEDA
9#D5FFEC
Tones
Muted variations
1#054D2E
2#09492D
3#0D452D
4#11412C
5#153D2B
6#19392B
7#1D352A
8#21312A
9#252D29
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0FF #F0FFF8 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DCFF #DCFFEF | Light backgroundsTable row hoverSkeleton loading |
| 200 | BDFE #BDFEE2 | Secondary backgroundsInput backgroundsDividers |
| 300 | 8BFE #8BFECC | BordersInactive statesPlaceholder text |
| 400 | 4EFD #4EFDB1 | Disabled statesSecondary iconsMuted text |
| 500 | 1CFD #1CFD9B | Primary brand colorCTAsActive elementsLinks |
| 600 | 02DE #02DE7F | Hover statesFocus ringsPrimary buttons hover |
| 700 | 02B1 #02B165 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 017E #017E48 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0151 #01512E | Primary textHigh emphasis contentDark headings |
| 950 | 0132 #01321D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F0FFF8;
--charcoal-100: #DCFFEF;
--charcoal-200: #BDFEE2;
--charcoal-300: #8BFECC;
--charcoal-400: #4EFDB1;
--charcoal-500: #1CFD9B;
--charcoal-600: #02DE7F;
--charcoal-700: #02B165;
--charcoal-800: #017E48;
--charcoal-900: #01512E;
--charcoal-950: #01321D;
}