Charcoal
#11402A
GreenColor Codes
All color formats for development
HEX
#11402ARGB
rgb(17, 64, 42)HSL
hsl(152, 58%, 16%)OKLCH
oklch(0.333 0.064 159.3)CMYK
cmyk(73%, 0%, 34%, 75%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0F3A26
2#0E3422
3#0C2D1E
4#0A2719
5#092015
6#071A11
7#05130D
8#030D08
9#020604
Tints
Lighter variations
1#1A6241
2#238457
3#2CA66D
4#35C883
5#56D298
6#78DBAD
7#99E4C1
8#BBEDD6
9#DDF6EA
Tones
Muted variations
1#143E2A
2#163C2A
3#18392A
4#1B372A
5#1D352A
6#1F3229
7#223029
8#242E29
9#262B29
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3FC #F3FCF8 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E3F8 #E3F8EE | Light backgroundsTable row hoverSkeleton loading |
| 200 | CBF1 #CBF1DF | Secondary backgroundsInput backgroundsDividers |
| 300 | A2E6 #A2E6C7 | BordersInactive statesPlaceholder text |
| 400 | 72DA #72DAA9 | Disabled statesSecondary iconsMuted text |
| 500 | 4ACF #4ACF91 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2FB1 #2FB175 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 258D #258D5D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1B65 #1B6542 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1140 #11402A | Primary textHigh emphasis contentDark headings |
| 950 | 0B28 #0B281A | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F3FCF8;
--charcoal-100: #E3F8EE;
--charcoal-200: #CBF1DF;
--charcoal-300: #A2E6C7;
--charcoal-400: #72DAA9;
--charcoal-500: #4ACF91;
--charcoal-600: #2FB175;
--charcoal-700: #258D5D;
--charcoal-800: #1B6542;
--charcoal-900: #11402A;
--charcoal-950: #0B281A;
}