Charcoal
#034F2E
GreenColor Codes
All color formats for development
HEX
#034F2ERGB
rgb(3, 79, 46)HSL
hsl(154, 93%, 16%)OKLCH
oklch(0.377 0.088 157.1)CMYK
cmyk(96%, 0%, 42%, 69%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#034729
2#023F25
3#023720
4#022F1C
5#012717
6#011F12
7#01180E
8#011009
9#000805
Tints
Lighter variations
1#047846
2#06A15E
3#07CB76
4#09F48E
5#30F8A1
6#5AF9B4
7#83FBC7
8#ACFCD9
9#D6FEEC
Tones
Muted variations
1#074B2D
2#0A472D
3#0E432C
4#12402C
5#163C2B
6#1A382B
7#1D342A
8#21302A
9#252D29
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0FE #F0FEF8 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DDFE #DDFEEF | Light backgroundsTable row hoverSkeleton loading |
| 200 | BFFD #BFFDE2 | Secondary backgroundsInput backgroundsDividers |
| 300 | 8EFB #8EFBCC | BordersInactive statesPlaceholder text |
| 400 | 53F9 #53F9B1 | Disabled statesSecondary iconsMuted text |
| 500 | 22F7 #22F79A | Primary brand colorCTAsActive elementsLinks |
| 600 | 08D9 #08D97E | Hover statesFocus ringsPrimary buttons hover |
| 700 | 06AC #06AC64 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 047B #047B48 | Text on light backgroundsHeadingsStrong borders |
| 900 | 034F #034F2E | Primary textHigh emphasis contentDark headings |
| 950 | 0231 #02311D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F0FEF8;
--charcoal-100: #DDFEEF;
--charcoal-200: #BFFDE2;
--charcoal-300: #8EFBCC;
--charcoal-400: #53F9B1;
--charcoal-500: #22F79A;
--charcoal-600: #08D97E;
--charcoal-700: #06AC64;
--charcoal-800: #047B48;
--charcoal-900: #034F2E;
--charcoal-950: #02311D;
}