Charcoal
#104219
GreenColor Codes
All color formats for development
HEX
#104219RGB
rgb(16, 66, 25)HSL
hsl(131, 61%, 16%)OKLCH
oklch(0.335 0.086 146.4)CMYK
cmyk(76%, 0%, 62%, 74%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0E3B17
2#0D3514
3#0B2E12
4#0A270F
5#08210D
6#061A0A
7#051408
8#030D05
9#020703
Tints
Lighter variations
1#186426
2#218733
3#29A940
4#31CC4E
5#53D56B
6#75DE88
7#98E6A6
8#BAEEC4
9#DDF7E1
Tones
Muted variations
1#123F1B
2#153D1C
3#173A1E
4#1A381F
5#1C3521
6#1F3322
7#213024
8#242E26
9#262B27
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3FC #F3FCF4 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2F8 #E2F8E6 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CAF2 #CAF2D1 | Secondary backgroundsInput backgroundsDividers |
| 300 | A1E8 #A1E8AE | BordersInactive statesPlaceholder text |
| 400 | 6FDC #6FDC83 | Disabled statesSecondary iconsMuted text |
| 500 | 46D2 #46D260 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2CB5 #2CB545 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2390 #239037 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1967 #196727 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1042 #104219 | Primary textHigh emphasis contentDark headings |
| 950 | 0A29 #0A2910 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F3FCF4;
--charcoal-100: #E2F8E6;
--charcoal-200: #CAF2D1;
--charcoal-300: #A1E8AE;
--charcoal-400: #6FDC83;
--charcoal-500: #46D260;
--charcoal-600: #2CB545;
--charcoal-700: #239037;
--charcoal-800: #196727;
--charcoal-900: #104219;
--charcoal-950: #0A2910;
}