Charcoal
#104128
GreenColor Codes
All color formats for development
HEX
#104128RGB
rgb(16, 65, 40)HSL
hsl(149, 60%, 16%)OKLCH
oklch(0.335 0.068 156.9)CMYK
cmyk(75%, 0%, 38%, 75%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0F3B24
2#0D3420
3#0B2E1C
4#0A2718
5#082114
6#071A10
7#05140C
8#030D08
9#020704
Tints
Lighter variations
1#19643D
2#218652
3#2AA867
4#33CA7C
5#54D492
6#76DDA8
7#98E5BD
8#BAEED3
9#DDF6E9
Tones
Muted variations
1#133F28
2#153C28
3#183A28
4#1A3728
5#1D3528
6#1F3328
7#213029
8#242E29
9#262B29
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3FC #F3FCF7 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2F8 #E2F8ED | Light backgroundsTable row hoverSkeleton loading |
| 200 | CAF2 #CAF2DD | Secondary backgroundsInput backgroundsDividers |
| 300 | A1E8 #A1E8C3 | BordersInactive statesPlaceholder text |
| 400 | 70DB #70DBA4 | Disabled statesSecondary iconsMuted text |
| 500 | 47D1 #47D18A | Primary brand colorCTAsActive elementsLinks |
| 600 | 2DB4 #2DB46E | Hover statesFocus ringsPrimary buttons hover |
| 700 | 248F #248F57 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1A66 #1A663E | Text on light backgroundsHeadingsStrong borders |
| 900 | 1041 #104128 | Primary textHigh emphasis contentDark headings |
| 950 | 0A29 #0A2919 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F3FCF7;
--charcoal-100: #E2F8ED;
--charcoal-200: #CAF2DD;
--charcoal-300: #A1E8C3;
--charcoal-400: #70DBA4;
--charcoal-500: #47D18A;
--charcoal-600: #2DB46E;
--charcoal-700: #248F57;
--charcoal-800: #1A663E;
--charcoal-900: #104128;
--charcoal-950: #0A2919;
}