Charcoal
#124026
GreenColor Codes
All color formats for development
HEX
#124026RGB
rgb(18, 64, 38)HSL
hsl(146, 56%, 16%)OKLCH
oklch(0.332 0.068 155)CMYK
cmyk(72%, 0%, 41%, 75%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#103922
2#0E331E
3#0D2D1A
4#0B2617
5#092013
6#07190F
7#05130B
8#040D08
9#020604
Tints
Lighter variations
1#1B613A
2#25824D
3#2EA461
4#38C575
5#58D08C
6#79D9A3
7#9BE3BA
8#BCECD1
9#DEF6E8
Tones
Muted variations
1#143D26
2#173B26
3#193927
4#1B3727
5#1D3427
6#203228
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 #E3F7EC | Light backgroundsTable row hoverSkeleton loading |
| 200 | CBF0 #CBF0DB | Secondary backgroundsInput backgroundsDividers |
| 300 | A4E5 #A4E5C0 | BordersInactive statesPlaceholder text |
| 400 | 74D8 #74D89F | Disabled statesSecondary iconsMuted text |
| 500 | 4CCD #4CCD84 | Primary brand colorCTAsActive elementsLinks |
| 600 | 31AF #31AF68 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 278B #278B53 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1C63 #1C633B | Text on light backgroundsHeadingsStrong borders |
| 900 | 1240 #124026 | Primary textHigh emphasis contentDark headings |
| 950 | 0B28 #0B2818 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F3FCF7;
--charcoal-100: #E3F7EC;
--charcoal-200: #CBF0DB;
--charcoal-300: #A4E5C0;
--charcoal-400: #74D89F;
--charcoal-500: #4CCD84;
--charcoal-600: #31AF68;
--charcoal-700: #278B53;
--charcoal-800: #1C633B;
--charcoal-900: #124026;
--charcoal-950: #0B2818;
}