Charcoal
#11402D
GreenColor Codes
All color formats for development
HEX
#11402DRGB
rgb(17, 64, 45)HSL
hsl(156, 58%, 16%)OKLCH
oklch(0.334 0.061 162.8)CMYK
cmyk(73%, 0%, 30%, 75%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0F3A29
2#0E3424
3#0C2D20
4#0A271B
5#092017
6#071A12
7#05130E
8#030D09
9#020605
Tints
Lighter variations
1#1A6245
2#23845D
3#2CA675
4#35C88D
5#56D2A0
6#78DBB3
7#99E4C6
8#BBEDD9
9#DDF6EC
Tones
Muted variations
1#143E2D
2#163C2D
3#18392C
4#1B372C
5#1D352B
6#1F322B
7#22302A
8#242E2A
9#262B29
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3FC #F3FCF8 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E3F8 #E3F8EF | Light backgroundsTable row hoverSkeleton loading |
| 200 | CBF1 #CBF1E2 | Secondary backgroundsInput backgroundsDividers |
| 300 | A2E6 #A2E6CB | BordersInactive statesPlaceholder text |
| 400 | 72DA #72DAB0 | Disabled statesSecondary iconsMuted text |
| 500 | 4ACF #4ACF9A | Primary brand colorCTAsActive elementsLinks |
| 600 | 2FB1 #2FB17D | Hover statesFocus ringsPrimary buttons hover |
| 700 | 258D #258D64 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1B65 #1B6547 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1140 #11402E | Primary textHigh emphasis contentDark headings |
| 950 | 0B28 #0B281C | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F3FCF8;
--charcoal-100: #E3F8EF;
--charcoal-200: #CBF1E2;
--charcoal-300: #A2E6CB;
--charcoal-400: #72DAB0;
--charcoal-500: #4ACF9A;
--charcoal-600: #2FB17D;
--charcoal-700: #258D64;
--charcoal-800: #1B6547;
--charcoal-900: #11402E;
--charcoal-950: #0B281C;
}