Charcoal
#1D6350
GreenColor Codes
All color formats for development
HEX
#1D6350RGB
rgb(29, 99, 80)HSL
hsl(164, 55%, 25%)OKLCH
oklch(0.451 0.076 171.2)CMYK
cmyk(71%, 0%, 19%, 61%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1A5948
2#174F40
3#144538
4#113B30
5#0E3128
6#0B2820
7#091E18
8#061410
9#030A08
Tints
Lighter variations
1#258068
2#2E9E80
3#37BC98
4#4DCBAA
5#6BD4B8
6#88DDC6
7#A6E5D4
8#C4EEE3
9#E1F6F1
Tones
Muted variations
1#205F4E
2#245C4D
3#27584B
4#2B554A
5#2E5148
6#324E46
7#354A45
8#394743
9#3C4341
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3FC #F3FCF9 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E3F7 #E3F7F2 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CCF0 #CCF0E6 | Secondary backgroundsInput backgroundsDividers |
| 300 | A4E5 #A4E5D3 | BordersInactive statesPlaceholder text |
| 400 | 75D7 #75D7BD | Disabled statesSecondary iconsMuted text |
| 500 | 4DCB #4DCBAA | Primary brand colorCTAsActive elementsLinks |
| 600 | 32AE #32AE8D | Hover statesFocus ringsPrimary buttons hover |
| 700 | 288A #288A70 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1D63 #1D6350 | Text on light backgroundsHeadingsStrong borders |
| 900 | 123F #123F33 | Primary textHigh emphasis contentDark headings |
| 950 | 0B28 #0B2820 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F3FCF9;
--charcoal-100: #E3F7F2;
--charcoal-200: #CCF0E6;
--charcoal-300: #A4E5D3;
--charcoal-400: #75D7BD;
--charcoal-500: #4DCBAA;
--charcoal-600: #32AE8D;
--charcoal-700: #288A70;
--charcoal-800: #1D6350;
--charcoal-900: #123F33;
--charcoal-950: #0B2820;
}