Charcoal
#025033
GreenColor Codes
All color formats for development
HEX
#025033RGB
rgb(2, 80, 51)HSL
hsl(158, 95%, 16%)OKLCH
oklch(0.381 0.085 160.5)CMYK
cmyk(98%, 0%, 36%, 69%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#02482E
2#024029
3#013824
4#01301F
5#01281A
6#012014
7#01180F
8#00100A
9#000805
Tints
Lighter variations
1#03794E
2#04A369
3#05CD84
4#06F79F
5#2EFAAF
6#58FBBF
7#82FCCF
8#ABFDDF
9#D5FEEF
Tones
Muted variations
1#064C32
2#0A4831
3#0E4430
4#12402F
5#153C2E
6#19382D
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 #DCFEF2 | Light backgroundsTable row hoverSkeleton loading |
| 200 | BEFD #BEFDE6 | Secondary backgroundsInput backgroundsDividers |
| 300 | 8DFC #8DFCD3 | BordersInactive statesPlaceholder text |
| 400 | 51FB #51FBBC | Disabled statesSecondary iconsMuted text |
| 500 | 1FF9 #1FF9A9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 06DB #06DB8D | Hover statesFocus ringsPrimary buttons hover |
| 700 | 04AE #04AE70 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 037C #037C50 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0250 #025033 | Primary textHigh emphasis contentDark headings |
| 950 | 0132 #013220 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F0FFF9;
--charcoal-100: #DCFEF2;
--charcoal-200: #BEFDE6;
--charcoal-300: #8DFCD3;
--charcoal-400: #51FBBC;
--charcoal-500: #1FF9A9;
--charcoal-600: #06DB8D;
--charcoal-700: #04AE70;
--charcoal-800: #037C50;
--charcoal-900: #025033;
--charcoal-950: #013220;
}