Charcoal
#104126
GreenColor Codes
All color formats for development
HEX
#104126RGB
rgb(16, 65, 38)HSL
hsl(147, 60%, 16%)OKLCH
oklch(0.335 0.071 155.1)CMYK
cmyk(75%, 0%, 42%, 75%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0F3B23
2#0D341F
3#0B2E1B
4#0A2717
5#082113
6#071A0F
7#05140C
8#030D08
9#020704
Tints
Lighter variations
1#19643A
2#21864F
3#2AA863
4#33CA77
5#54D48D
6#76DDA4
7#98E5BB
8#BAEED2
9#DDF6E8
Tones
Muted variations
1#133F27
2#153C27
3#183A27
4#1A3727
5#1D3528
6#1F3328
7#213028
8#242E28
9#262B29
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3FC #F3FCF7 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2F8 #E2F8EC | Light backgroundsTable row hoverSkeleton loading |
| 200 | CAF2 #CAF2DC | Secondary backgroundsInput backgroundsDividers |
| 300 | A1E8 #A1E8C1 | BordersInactive statesPlaceholder text |
| 400 | 70DB #70DBA0 | Disabled statesSecondary iconsMuted text |
| 500 | 47D1 #47D185 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2DB4 #2DB469 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 248F #248F54 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1A66 #1A663C | Text on light backgroundsHeadingsStrong borders |
| 900 | 1041 #104126 | Primary textHigh emphasis contentDark headings |
| 950 | 0A29 #0A2918 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F3FCF7;
--charcoal-100: #E2F8EC;
--charcoal-200: #CAF2DC;
--charcoal-300: #A1E8C1;
--charcoal-400: #70DBA0;
--charcoal-500: #47D185;
--charcoal-600: #2DB469;
--charcoal-700: #248F54;
--charcoal-800: #1A663C;
--charcoal-900: #104126;
--charcoal-950: #0A2918;
}