Charcoal
#025036
GreenColor Codes
All color formats for development
HEX
#025036RGB
rgb(2, 80, 54)HSL
hsl(160, 95%, 16%)OKLCH
oklch(0.382 0.082 163)CMYK
cmyk(98%, 0%, 32%, 69%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#024830
2#02402B
3#013826
4#013020
5#01281B
6#012015
7#011810
8#00100B
9#000805
Tints
Lighter variations
1#037952
2#04A36E
3#05CD8A
4#06F7A7
5#2EFAB6
6#58FBC4
7#82FCD3
8#ABFDE2
9#D5FEF0
Tones
Muted variations
1#064C34
2#0A4833
3#0E4432
4#124031
5#153C2F
6#19382E
7#1D342D
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 | DCFE #DCFEF3 | Light backgroundsTable row hoverSkeleton loading |
| 200 | BEFD #BEFDE8 | Secondary backgroundsInput backgroundsDividers |
| 300 | 8DFC #8DFCD7 | BordersInactive statesPlaceholder text |
| 400 | 51FB #51FBC2 | Disabled statesSecondary iconsMuted text |
| 500 | 1FF9 #1FF9B1 | Primary brand colorCTAsActive elementsLinks |
| 600 | 06DB #06DB94 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 04AE #04AE76 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 037C #037C54 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0250 #025036 | Primary textHigh emphasis contentDark headings |
| 950 | 0132 #013222 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F0FFFA;
--charcoal-100: #DCFEF3;
--charcoal-200: #BEFDE8;
--charcoal-300: #8DFCD7;
--charcoal-400: #51FBC2;
--charcoal-500: #1FF9B1;
--charcoal-600: #06DB94;
--charcoal-700: #04AE76;
--charcoal-800: #037C54;
--charcoal-900: #025036;
--charcoal-950: #013222;
}