Charcoal
#114030
GreenColor Codes
All color formats for development
HEX
#114030RGB
rgb(17, 64, 48)HSL
hsl(160, 58%, 16%)OKLCH
oklch(0.335 0.058 166.7)CMYK
cmyk(73%, 0%, 25%, 75%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0F3A2C
2#0E3427
3#0C2D22
4#0A271D
5#092018
6#071A13
7#05130F
8#030D0A
9#020605
Tints
Lighter variations
1#1A624A
2#238464
3#2CA67D
4#35C897
5#56D2A9
6#78DBBA
7#99E4CB
8#BBEDDC
9#DDF6EE
Tones
Muted variations
1#143E30
2#163C2F
3#18392E
4#1B372E
5#1D352D
6#1F322C
7#22302B
8#242E2A
9#262B2A
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3FC #F3FCF9 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E3F8 #E3F8F1 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CBF1 #CBF1E4 | Secondary backgroundsInput backgroundsDividers |
| 300 | A2E6 #A2E6D0 | BordersInactive statesPlaceholder text |
| 400 | 72DA #72DAB7 | Disabled statesSecondary iconsMuted text |
| 500 | 4ACF #4ACFA2 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2FB1 #2FB186 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 258D #258D6B | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1B65 #1B654C | Text on light backgroundsHeadingsStrong borders |
| 900 | 1140 #114031 | Primary textHigh emphasis contentDark headings |
| 950 | 0B28 #0B281E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F3FCF9;
--charcoal-100: #E3F8F1;
--charcoal-200: #CBF1E4;
--charcoal-300: #A2E6D0;
--charcoal-400: #72DAB7;
--charcoal-500: #4ACFA2;
--charcoal-600: #2FB186;
--charcoal-700: #258D6B;
--charcoal-800: #1B654C;
--charcoal-900: #114031;
--charcoal-950: #0B281E;
}