Charcoal
#11412A
GreenColor Codes
All color formats for development
HEX
#11412ARGB
rgb(17, 65, 42)HSL
hsl(151, 59%, 16%)OKLCH
oklch(0.336 0.066 158.6)CMYK
cmyk(74%, 0%, 35%, 75%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0F3A25
2#0D3421
3#0C2D1D
4#0A2719
5#082015
6#071A11
7#05130C
8#030D08
9#020604
Tints
Lighter variations
1#1A633F
2#228555
3#2BA76B
4#34C981
5#55D396
6#77DCAB
7#99E5C0
8#BBEDD5
9#DDF6EA
Tones
Muted variations
1#133E2A
2#163C29
3#183A29
4#1A3729
5#1D3529
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 | CAF1 #CAF1DF | Secondary backgroundsInput backgroundsDividers |
| 300 | A2E7 #A2E7C6 | BordersInactive statesPlaceholder text |
| 400 | 71DA #71DAA8 | Disabled statesSecondary iconsMuted text |
| 500 | 49D0 #49D08F | Primary brand colorCTAsActive elementsLinks |
| 600 | 2EB2 #2EB272 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 258E #258E5B | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1A65 #1A6541 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1141 #11412A | Primary textHigh emphasis contentDark headings |
| 950 | 0A29 #0A291A | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F3FCF8;
--charcoal-100: #E3F8EE;
--charcoal-200: #CAF1DF;
--charcoal-300: #A2E7C6;
--charcoal-400: #71DAA8;
--charcoal-500: #49D08F;
--charcoal-600: #2EB272;
--charcoal-700: #258E5B;
--charcoal-800: #1A6541;
--charcoal-900: #11412A;
--charcoal-950: #0A291A;
}