Charcoal
#1B6551
GreenColor Codes
All color formats for development
HEX
#1B6551RGB
rgb(27, 101, 81)HSL
hsl(164, 58%, 25%)OKLCH
oklch(0.456 0.079 170.9)CMYK
cmyk(73%, 0%, 20%, 60%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#185B49
2#155141
3#134739
4#103C31
5#0D3229
6#0B2820
7#081E18
8#051410
9#030A08
Tints
Lighter variations
1#238369
2#2BA182
3#33BF9A
4#4ACFAB
5#68D7B9
6#86DFC7
7#A4E7D5
8#C3EFE3
9#E1F7F1
Tones
Muted variations
1#1E614F
2#225D4E
3#265A4C
4#2A564A
5#2D5248
6#314F47
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 #CBF1E7 | Secondary backgroundsInput backgroundsDividers |
| 300 | A2E6 #A2E6D4 | BordersInactive statesPlaceholder text |
| 400 | 72DA #72DABE | Disabled statesSecondary iconsMuted text |
| 500 | 4ACF #4ACFAB | Primary brand colorCTAsActive elementsLinks |
| 600 | 2FB1 #2FB18F | Hover statesFocus ringsPrimary buttons hover |
| 700 | 258D #258D71 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1B65 #1B6551 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1140 #114034 | 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: #CBF1E7;
--charcoal-300: #A2E6D4;
--charcoal-400: #72DABE;
--charcoal-500: #4ACFAB;
--charcoal-600: #2FB18F;
--charcoal-700: #258D71;
--charcoal-800: #1B6551;
--charcoal-900: #114034;
--charcoal-950: #0B2820;
}