Charcoal
#124021
GreenColor Codes
All color formats for development
HEX
#124021RGB
rgb(18, 64, 33)HSL
hsl(140, 56%, 16%)OKLCH
oklch(0.331 0.074 150.9)CMYK
cmyk(72%, 0%, 48%, 75%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#10391E
2#0E331B
3#0D2D17
4#0B2614
5#092011
6#07190D
7#05130A
8#040D07
9#020603
Tints
Lighter variations
1#1B6133
2#258244
3#2EA455
4#38C567
5#58D080
6#79D999
7#9BE3B3
8#BCECCC
9#DEF6E6
Tones
Muted variations
1#143D22
2#173B23
3#193923
4#1B3724
5#1D3425
6#203226
7#223027
8#242D27
9#272B28
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3FC #F3FCF6 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E3F7 #E3F7EA | Light backgroundsTable row hoverSkeleton loading |
| 200 | CBF0 #CBF0D8 | Secondary backgroundsInput backgroundsDividers |
| 300 | A4E5 #A4E5B9 | BordersInactive statesPlaceholder text |
| 400 | 74D8 #74D895 | Disabled statesSecondary iconsMuted text |
| 500 | 4CCD #4CCD77 | Primary brand colorCTAsActive elementsLinks |
| 600 | 31AF #31AF5B | Hover statesFocus ringsPrimary buttons hover |
| 700 | 278B #278B49 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1C63 #1C6334 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1240 #124021 | Primary textHigh emphasis contentDark headings |
| 950 | 0B28 #0B2815 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F3FCF6;
--charcoal-100: #E3F7EA;
--charcoal-200: #CBF0D8;
--charcoal-300: #A4E5B9;
--charcoal-400: #74D895;
--charcoal-500: #4CCD77;
--charcoal-600: #31AF5B;
--charcoal-700: #278B49;
--charcoal-800: #1C6334;
--charcoal-900: #124021;
--charcoal-950: #0B2815;
}