Charcoal
#1D6348
GreenColor Codes
All color formats for development
HEX
#1D6348RGB
rgb(29, 99, 72)HSL
hsl(157, 55%, 25%)OKLCH
oklch(0.449 0.082 163.6)CMYK
cmyk(71%, 0%, 27%, 61%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1A5941
2#174F3A
3#144532
4#113B2B
5#0E3124
6#0B281D
7#091E16
8#06140E
9#030A07
Tints
Lighter variations
1#25805E
2#2E9E73
3#37BC89
4#4DCB9B
5#6BD4AC
6#88DDBC
7#A6E5CD
8#C4EEDE
9#E1F6EE
Tones
Muted variations
1#205F47
2#245C46
3#275845
4#2B5545
5#2E5144
6#324E43
7#354A42
8#394741
9#3C4341
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3FC #F3FCF8 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E3F7 #E3F7EF | Light backgroundsTable row hoverSkeleton loading |
| 200 | CCF0 #CCF0E2 | Secondary backgroundsInput backgroundsDividers |
| 300 | A4E5 #A4E5CC | BordersInactive statesPlaceholder text |
| 400 | 75D7 #75D7B1 | Disabled statesSecondary iconsMuted text |
| 500 | 4DCB #4DCB9B | Primary brand colorCTAsActive elementsLinks |
| 600 | 32AE #32AE7F | Hover statesFocus ringsPrimary buttons hover |
| 700 | 288A #288A65 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1D63 #1D6348 | Text on light backgroundsHeadingsStrong borders |
| 900 | 123F #123F2E | 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: #E3F7EF;
--charcoal-200: #CCF0E2;
--charcoal-300: #A4E5CC;
--charcoal-400: #75D7B1;
--charcoal-500: #4DCB9B;
--charcoal-600: #32AE7F;
--charcoal-700: #288A65;
--charcoal-800: #1D6348;
--charcoal-900: #123F2E;
--charcoal-950: #0B281D;
}