Charcoal
#1B6550
GreenColor Codes
All color formats for development
HEX
#1B6550RGB
rgb(27, 101, 80)HSL
hsl(163, 58%, 25%)OKLCH
oklch(0.456 0.079 169.9)CMYK
cmyk(73%, 0%, 21%, 60%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#185B48
2#155140
3#134738
4#103C30
5#0D3228
6#0B2820
7#081E18
8#051410
9#030A08
Tints
Lighter variations
1#238368
2#2BA180
3#33BF98
4#4ACFA9
5#68D7B7
6#86DFC6
7#A4E7D4
8#C3EFE2
9#E1F7F1
Tones
Muted variations
1#1E614E
2#225D4D
3#265A4B
4#2A5649
5#2D5248
6#314F46
7#354B45
8#384743
9#3C4341
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3FC #F3FCF9 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E3F8 #E3F8F2 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CBF1 #CBF1E6 | Secondary backgroundsInput backgroundsDividers |
| 300 | A2E6 #A2E6D3 | BordersInactive statesPlaceholder text |
| 400 | 72DA #72DABC | Disabled statesSecondary iconsMuted text |
| 500 | 4ACF #4ACFA9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2FB1 #2FB18C | Hover statesFocus ringsPrimary buttons hover |
| 700 | 258D #258D70 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1B65 #1B6550 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1140 #114033 | 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: #E3F8F2;
--charcoal-200: #CBF1E6;
--charcoal-300: #A2E6D3;
--charcoal-400: #72DABC;
--charcoal-500: #4ACFA9;
--charcoal-600: #2FB18C;
--charcoal-700: #258D70;
--charcoal-800: #1B6550;
--charcoal-900: #114033;
--charcoal-950: #0B2820;
}