Charcoal
#034F3B
GreenColor Codes
All color formats for development
HEX
#034F3BRGB
rgb(3, 79, 59)HSL
hsl(164, 93%, 16%)OKLCH
oklch(0.381 0.075 168.4)CMYK
cmyk(96%, 0%, 25%, 69%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#034735
2#023F2F
3#023729
4#022F23
5#01271D
6#011F17
7#011812
8#01100C
9#000806
Tints
Lighter variations
1#047859
2#06A178
3#07CB97
4#09F4B5
5#30F8C2
6#5AF9CF
7#83FBDB
8#ACFCE7
9#D6FEF3
Tones
Muted variations
1#074B39
2#0A4737
3#0E4335
4#124033
5#163C32
6#1A3830
7#1D342E
8#21302C
9#252D2B
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0FE #F0FEFB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DDFE #DDFEF5 | Light backgroundsTable row hoverSkeleton loading |
| 200 | BFFD #BFFDEC | Secondary backgroundsInput backgroundsDividers |
| 300 | 8EFB #8EFBDE | BordersInactive statesPlaceholder text |
| 400 | 53F9 #53F9CC | Disabled statesSecondary iconsMuted text |
| 500 | 22F7 #22F7BE | Primary brand colorCTAsActive elementsLinks |
| 600 | 08D9 #08D9A1 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 06AC #06AC80 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 047B #047B5B | Text on light backgroundsHeadingsStrong borders |
| 900 | 034F #034F3B | Primary textHigh emphasis contentDark headings |
| 950 | 0231 #023125 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F0FEFB;
--charcoal-100: #DDFEF5;
--charcoal-200: #BFFDEC;
--charcoal-300: #8EFBDE;
--charcoal-400: #53F9CC;
--charcoal-500: #22F7BE;
--charcoal-600: #08D9A1;
--charcoal-700: #06AC80;
--charcoal-800: #047B5B;
--charcoal-900: #034F3B;
--charcoal-950: #023125;
}