Charcoal
#025035
GreenColor Codes
All color formats for development
HEX
#025035RGB
rgb(2, 80, 53)HSL
hsl(159, 95%, 16%)OKLCH
oklch(0.382 0.083 162.1)CMYK
cmyk(98%, 0%, 34%, 69%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#02482F
2#02402A
3#013825
4#01301F
5#01281A
6#012015
7#011810
8#00100A
9#000805
Tints
Lighter variations
1#037950
2#04A36B
3#05CD87
4#06F7A3
5#2EFAB2
6#58FBC2
7#82FCD1
8#ABFDE0
9#D5FEF0
Tones
Muted variations
1#064C33
2#0A4832
3#0E4431
4#124030
5#153C2F
6#19382D
7#1D342C
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 #DCFEF2 | Light backgroundsTable row hoverSkeleton loading |
| 200 | BEFD #BEFDE7 | Secondary backgroundsInput backgroundsDividers |
| 300 | 8DFC #8DFCD5 | BordersInactive statesPlaceholder text |
| 400 | 51FB #51FBBF | Disabled statesSecondary iconsMuted text |
| 500 | 1FF9 #1FF9AD | Primary brand colorCTAsActive elementsLinks |
| 600 | 06DB #06DB90 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 04AE #04AE73 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 037C #037C52 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0250 #025034 | Primary textHigh emphasis contentDark headings |
| 950 | 0132 #013221 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F0FFFA;
--charcoal-100: #DCFEF2;
--charcoal-200: #BEFDE7;
--charcoal-300: #8DFCD5;
--charcoal-400: #51FBBF;
--charcoal-500: #1FF9AD;
--charcoal-600: #06DB90;
--charcoal-700: #04AE73;
--charcoal-800: #037C52;
--charcoal-900: #025034;
--charcoal-950: #013221;
}