Charcoal
#104231
GreenColor Codes
All color formats for development
HEX
#104231RGB
rgb(16, 66, 49)HSL
hsl(160, 61%, 16%)OKLCH
oklch(0.341 0.061 166.3)CMYK
cmyk(76%, 0%, 26%, 74%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0E3B2C
2#0D3527
3#0B2E22
4#0A271D
5#082119
6#061A14
7#05140F
8#030D0A
9#020705
Tints
Lighter variations
1#18644B
2#218765
3#29A97E
4#31CC98
5#53D5AA
6#75DEBB
7#98E6CC
8#BAEEDD
9#DDF7EE
Tones
Muted variations
1#123F30
2#153D2F
3#173A2F
4#1A382E
5#1C352D
6#1F332C
7#21302B
8#242E2A
9#262B2A
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3FC #F3FCF9 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2F8 #E2F8F1 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CAF2 #CAF2E5 | Secondary backgroundsInput backgroundsDividers |
| 300 | A1E8 #A1E8D0 | BordersInactive statesPlaceholder text |
| 400 | 6FDC #6FDCB8 | Disabled statesSecondary iconsMuted text |
| 500 | 46D2 #46D2A4 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2CB5 #2CB587 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2390 #23906B | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1967 #19674D | Text on light backgroundsHeadingsStrong borders |
| 900 | 1042 #104231 | Primary textHigh emphasis contentDark headings |
| 950 | 0A29 #0A291F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F3FCF9;
--charcoal-100: #E2F8F1;
--charcoal-200: #CAF2E5;
--charcoal-300: #A1E8D0;
--charcoal-400: #6FDCB8;
--charcoal-500: #46D2A4;
--charcoal-600: #2CB587;
--charcoal-700: #23906B;
--charcoal-800: #19674D;
--charcoal-900: #104231;
--charcoal-950: #0A291F;
}