Charcoal
#025032
GreenColor Codes
All color formats for development
HEX
#025032RGB
rgb(2, 80, 50)HSL
hsl(157, 95%, 16%)OKLCH
oklch(0.381 0.086 159.7)CMYK
cmyk(98%, 0%, 38%, 69%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#02482D
2#024028
3#013823
4#01301E
5#012819
6#012014
7#01180F
8#00100A
9#000805
Tints
Lighter variations
1#03794C
2#04A366
3#05CD80
4#06F79B
5#2EFAAC
6#58FBBC
7#82FCCD
8#ABFDDE
9#D5FEEE
Tones
Muted variations
1#064C31
2#0A4830
3#0E442F
4#12402E
5#153C2D
6#19382C
7#1D342C
8#21312B
9#252D2A
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0FF #F0FFF9 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DCFE #DCFEF1 | Light backgroundsTable row hoverSkeleton loading |
| 200 | BEFD #BEFDE5 | Secondary backgroundsInput backgroundsDividers |
| 300 | 8DFC #8DFCD1 | BordersInactive statesPlaceholder text |
| 400 | 51FB #51FBBA | Disabled statesSecondary iconsMuted text |
| 500 | 1FF9 #1FF9A6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 06DB #06DB89 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 04AE #04AE6D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 037C #037C4E | Text on light backgroundsHeadingsStrong borders |
| 900 | 0250 #025032 | Primary textHigh emphasis contentDark headings |
| 950 | 0132 #01321F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F0FFF9;
--charcoal-100: #DCFEF1;
--charcoal-200: #BEFDE5;
--charcoal-300: #8DFCD1;
--charcoal-400: #51FBBA;
--charcoal-500: #1FF9A6;
--charcoal-600: #06DB89;
--charcoal-700: #04AE6D;
--charcoal-800: #037C4E;
--charcoal-900: #025032;
--charcoal-950: #01321F;
}