Charcoal
#114025
GreenColor Codes
All color formats for development
HEX
#114025RGB
rgb(17, 64, 37)HSL
hsl(146, 58%, 16%)OKLCH
oklch(0.332 0.07 154.4)CMYK
cmyk(73%, 0%, 42%, 75%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0F3A22
2#0E341E
3#0C2D1A
4#0A2717
5#092013
6#071A0F
7#05130B
8#030D08
9#020604
Tints
Lighter variations
1#1A6239
2#23844D
3#2CA661
4#35C875
5#56D28C
6#78DBA3
7#99E4BA
8#BBEDD1
9#DDF6E8
Tones
Muted variations
1#143E26
2#163C26
3#183927
4#1B3727
5#1D3527
6#1F3228
7#223028
8#242E28
9#262B28
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3FC #F3FCF7 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E3F8 #E3F8EC | Light backgroundsTable row hoverSkeleton loading |
| 200 | CBF1 #CBF1DB | Secondary backgroundsInput backgroundsDividers |
| 300 | A2E6 #A2E6C0 | BordersInactive statesPlaceholder text |
| 400 | 72DA #72DA9F | Disabled statesSecondary iconsMuted text |
| 500 | 4ACF #4ACF83 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2FB1 #2FB168 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 258D #258D52 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1B65 #1B653B | Text on light backgroundsHeadingsStrong borders |
| 900 | 1140 #114026 | 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: #E3F8EC;
--charcoal-200: #CBF1DB;
--charcoal-300: #A2E6C0;
--charcoal-400: #72DA9F;
--charcoal-500: #4ACF83;
--charcoal-600: #2FB168;
--charcoal-700: #258D52;
--charcoal-800: #1B653B;
--charcoal-900: #114026;
--charcoal-950: #0B2818;
}