Charcoal
#1D6349
GreenColor Codes
All color formats for development
HEX
#1D6349RGB
rgb(29, 99, 73)HSL
hsl(158, 55%, 25%)OKLCH
oklch(0.449 0.082 164.4)CMYK
cmyk(71%, 0%, 26%, 61%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1A5942
2#174F3A
3#144533
4#113B2C
5#0E3125
6#0B281D
7#091E16
8#06140F
9#030A07
Tints
Lighter variations
1#25805F
2#2E9E75
3#37BC8B
4#4DCB9D
5#6BD4AD
6#88DDBE
7#A6E5CE
8#C4EEDE
9#E1F6EF
Tones
Muted variations
1#205F48
2#245C47
3#275846
4#2B5545
5#2E5144
6#324E43
7#354A43
8#394742
9#3C4341
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3FC #F3FCF8 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E3F7 #E3F7F0 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CCF0 #CCF0E3 | Secondary backgroundsInput backgroundsDividers |
| 300 | A4E5 #A4E5CD | BordersInactive statesPlaceholder text |
| 400 | 75D7 #75D7B3 | Disabled statesSecondary iconsMuted text |
| 500 | 4DCB #4DCB9D | Primary brand colorCTAsActive elementsLinks |
| 600 | 32AE #32AE81 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 288A #288A66 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1D63 #1D6349 | Text on light backgroundsHeadingsStrong borders |
| 900 | 123F #123F2F | Primary textHigh emphasis contentDark headings |
| 950 | 0B28 #0B281D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F3FCF8;
--charcoal-100: #E3F7F0;
--charcoal-200: #CCF0E3;
--charcoal-300: #A4E5CD;
--charcoal-400: #75D7B3;
--charcoal-500: #4DCB9D;
--charcoal-600: #32AE81;
--charcoal-700: #288A66;
--charcoal-800: #1D6349;
--charcoal-900: #123F2F;
--charcoal-950: #0B281D;
}