Charcoal
#114028
GreenColor Codes
All color formats for development
HEX
#114028RGB
rgb(17, 64, 40)HSL
hsl(149, 58%, 16%)OKLCH
oklch(0.332 0.066 157.2)CMYK
cmyk(73%, 0%, 38%, 75%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0F3A24
2#0E3420
3#0C2D1C
4#0A2718
5#092014
6#071A10
7#05130C
8#030D08
9#020604
Tints
Lighter variations
1#1A623D
2#238452
3#2CA667
4#35C87C
5#56D292
6#78DBA8
7#99E4BD
8#BBEDD3
9#DDF6E9
Tones
Muted variations
1#143E28
2#163C28
3#183928
4#1B3728
5#1D3528
6#1F3228
7#223029
8#242E29
9#262B29
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3FC #F3FCF7 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E3F8 #E3F8ED | Light backgroundsTable row hoverSkeleton loading |
| 200 | CBF1 #CBF1DD | Secondary backgroundsInput backgroundsDividers |
| 300 | A2E6 #A2E6C3 | BordersInactive statesPlaceholder text |
| 400 | 72DA #72DAA4 | Disabled statesSecondary iconsMuted text |
| 500 | 4ACF #4ACF8A | Primary brand colorCTAsActive elementsLinks |
| 600 | 2FB1 #2FB16E | Hover statesFocus ringsPrimary buttons hover |
| 700 | 258D #258D58 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1B65 #1B653F | Text on light backgroundsHeadingsStrong borders |
| 900 | 1140 #114028 | Primary textHigh emphasis contentDark headings |
| 950 | 0B28 #0B2819 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F3FCF7;
--charcoal-100: #E3F8ED;
--charcoal-200: #CBF1DD;
--charcoal-300: #A2E6C3;
--charcoal-400: #72DAA4;
--charcoal-500: #4ACF8A;
--charcoal-600: #2FB16E;
--charcoal-700: #258D58;
--charcoal-800: #1B653F;
--charcoal-900: #114028;
--charcoal-950: #0B2819;
}