Charcoal
#123F25
GreenColor Codes
All color formats for development
HEX
#123F25RGB
rgb(18, 63, 37)HSL
hsl(145, 56%, 16%)OKLCH
oklch(0.329 0.067 154.5)CMYK
cmyk(71%, 0%, 41%, 75%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#103921
2#0E331E
3#0D2D1A
4#0B2616
5#092012
6#07190F
7#05130B
8#040D07
9#020604
Tints
Lighter variations
1#1B6138
2#25824C
3#2EA45F
4#38C573
5#58D08A
6#79D9A1
7#9BE3B9
8#BCECD0
9#DEF6E8
Tones
Muted variations
1#143D25
2#173B26
3#193926
4#1B3727
5#1D3427
6#203227
7#223028
8#242D28
9#272B28
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3FC #F3FCF7 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E3F7 #E3F7EB | Light backgroundsTable row hoverSkeleton loading |
| 200 | CBF0 #CBF0DB | Secondary backgroundsInput backgroundsDividers |
| 300 | A4E5 #A4E5BF | BordersInactive statesPlaceholder text |
| 400 | 74D8 #74D89D | Disabled statesSecondary iconsMuted text |
| 500 | 4CCD #4CCD82 | Primary brand colorCTAsActive elementsLinks |
| 600 | 31AF #31AF66 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 278B #278B51 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1C63 #1C633A | Text on light backgroundsHeadingsStrong borders |
| 900 | 1240 #124025 | Primary textHigh emphasis contentDark headings |
| 950 | 0B28 #0B2817 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F3FCF7;
--charcoal-100: #E3F7EB;
--charcoal-200: #CBF0DB;
--charcoal-300: #A4E5BF;
--charcoal-400: #74D89D;
--charcoal-500: #4CCD82;
--charcoal-600: #31AF66;
--charcoal-700: #278B51;
--charcoal-800: #1C633A;
--charcoal-900: #124025;
--charcoal-950: #0B2817;
}