Charcoal
#034E2A
GreenColor Codes
All color formats for development
HEX
#034E2ARGB
rgb(3, 78, 42)HSL
hsl(151, 93%, 16%)OKLCH
oklch(0.373 0.091 154.9)CMYK
cmyk(96%, 0%, 46%, 69%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#034726
2#023F22
3#02371D
4#022F19
5#012715
6#011F11
7#01180D
8#011008
9#000804
Tints
Lighter variations
1#047840
2#06A156
3#07CB6C
4#09F482
5#30F897
6#5AF9AC
7#83FBC1
8#ACFCD5
9#D6FEEA
Tones
Muted variations
1#074B2A
2#0A472A
3#0E432A
4#12402A
5#163C29
6#1A3829
7#1D3429
8#213029
9#252D29
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0FE #F0FEF8 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DDFE #DDFEEE | Light backgroundsTable row hoverSkeleton loading |
| 200 | BFFD #BFFDDF | Secondary backgroundsInput backgroundsDividers |
| 300 | 8EFB #8EFBC6 | BordersInactive statesPlaceholder text |
| 400 | 53F9 #53F9A9 | Disabled statesSecondary iconsMuted text |
| 500 | 22F7 #22F790 | Primary brand colorCTAsActive elementsLinks |
| 600 | 08D9 #08D974 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 06AC #06AC5C | Active/pressed statesDark mode accentsSecondary text |
| 800 | 047B #047B42 | Text on light backgroundsHeadingsStrong borders |
| 900 | 034F #034F2A | Primary textHigh emphasis contentDark headings |
| 950 | 0231 #02311A | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F0FEF8;
--charcoal-100: #DDFEEE;
--charcoal-200: #BFFDDF;
--charcoal-300: #8EFBC6;
--charcoal-400: #53F9A9;
--charcoal-500: #22F790;
--charcoal-600: #08D974;
--charcoal-700: #06AC5C;
--charcoal-800: #047B42;
--charcoal-900: #034F2A;
--charcoal-950: #02311A;
}