Charcoal
#114033
GreenColor Codes
All color formats for development
HEX
#114033RGB
rgb(17, 64, 51)HSL
hsl(163, 58%, 16%)OKLCH
oklch(0.336 0.055 171.1)CMYK
cmyk(73%, 0%, 20%, 75%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0F3A2E
2#0E3429
3#0C2D24
4#0A271F
5#09201A
6#071A14
7#05130F
8#030D0A
9#020605
Tints
Lighter variations
1#1A624E
2#238469
3#2CA683
4#35C89E
5#56D2AF
6#78DBBF
7#99E4CF
8#BBEDDF
9#DDF6EF
Tones
Muted variations
1#143E32
2#163C31
3#183930
4#1B372F
5#1D352E
6#1F322D
7#22302C
8#242E2B
9#262B2A
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3FC #F3FCF9 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E3F8 #E3F8F2 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CBF1 #CBF1E6 | Secondary backgroundsInput backgroundsDividers |
| 300 | A2E6 #A2E6D3 | BordersInactive statesPlaceholder text |
| 400 | 72DA #72DABC | Disabled statesSecondary iconsMuted text |
| 500 | 4ACF #4ACFA9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2FB1 #2FB18C | Hover statesFocus ringsPrimary buttons hover |
| 700 | 258D #258D70 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1B65 #1B6550 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1140 #114033 | Primary textHigh emphasis contentDark headings |
| 950 | 0B28 #0B2820 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F3FCF9;
--charcoal-100: #E3F8F2;
--charcoal-200: #CBF1E6;
--charcoal-300: #A2E6D3;
--charcoal-400: #72DABC;
--charcoal-500: #4ACFA9;
--charcoal-600: #2FB18C;
--charcoal-700: #258D70;
--charcoal-800: #1B6550;
--charcoal-900: #114033;
--charcoal-950: #0B2820;
}