Charcoal
#114031
GreenColor Codes
All color formats for development
HEX
#114031RGB
rgb(17, 64, 49)HSL
hsl(161, 58%, 16%)OKLCH
oklch(0.335 0.057 168.1)CMYK
cmyk(73%, 0%, 23%, 75%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0F3A2D
2#0E3428
3#0C2D23
4#0A271E
5#092019
6#071A14
7#05130F
8#030D0A
9#020605
Tints
Lighter variations
1#1A624B
2#238465
3#2CA67F
4#35C899
5#56D2AB
6#78DBBC
7#99E4CC
8#BBEDDD
9#DDF6EE
Tones
Muted variations
1#143E31
2#163C30
3#18392F
4#1B372E
5#1D352D
6#1F322C
7#22302B
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 #E3F8F1 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CBF1 #CBF1E5 | Secondary backgroundsInput backgroundsDividers |
| 300 | A2E6 #A2E6D1 | BordersInactive statesPlaceholder text |
| 400 | 72DA #72DAB9 | Disabled statesSecondary iconsMuted text |
| 500 | 4ACF #4ACFA5 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2FB1 #2FB188 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 258D #258D6C | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1B65 #1B654D | Text on light backgroundsHeadingsStrong borders |
| 900 | 1140 #114031 | Primary textHigh emphasis contentDark headings |
| 950 | 0B28 #0B281F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F3FCF9;
--charcoal-100: #E3F8F1;
--charcoal-200: #CBF1E5;
--charcoal-300: #A2E6D1;
--charcoal-400: #72DAB9;
--charcoal-500: #4ACFA5;
--charcoal-600: #2FB188;
--charcoal-700: #258D6C;
--charcoal-800: #1B654D;
--charcoal-900: #114031;
--charcoal-950: #0B281F;
}