Charcoal
#104228
GreenColor Codes
All color formats for development
HEX
#104228RGB
rgb(16, 66, 40)HSL
hsl(149, 61%, 16%)OKLCH
oklch(0.338 0.07 156.4)CMYK
cmyk(76%, 0%, 39%, 74%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0E3B24
2#0D3520
3#0B2E1C
4#0A2718
5#082114
6#061A10
7#05140C
8#030D08
9#020704
Tints
Lighter variations
1#18643D
2#218752
3#29A967
4#31CC7C
5#53D592
6#75DEA8
7#98E6BD
8#BAEED3
9#DDF7E9
Tones
Muted variations
1#123F28
2#153D28
3#173A28
4#1A3828
5#1C3528
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 | 6FDC #6FDCA4 | Disabled statesSecondary iconsMuted text |
| 500 | 46D2 #46D28A | Primary brand colorCTAsActive elementsLinks |
| 600 | 2CB5 #2CB56E | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2390 #239057 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1967 #19673E | Text on light backgroundsHeadingsStrong borders |
| 900 | 1042 #104228 | 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: #6FDCA4;
--charcoal-500: #46D28A;
--charcoal-600: #2CB56E;
--charcoal-700: #239057;
--charcoal-800: #19673E;
--charcoal-900: #104228;
--charcoal-950: #0A2919;
}