Charcoal
#1B6446
GreenColor Codes
All color formats for development
HEX
#1B6446RGB
rgb(27, 100, 70)HSL
hsl(155, 57%, 25%)OKLCH
oklch(0.45 0.087 161.7)CMYK
cmyk(73%, 0%, 30%, 61%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#195A3F
2#165038
3#134631
4#103C2A
5#0E3223
6#0B281C
7#081E15
8#05140E
9#030A07
Tints
Lighter variations
1#24825B
2#2CA070
3#34BE85
4#4BCE97
5#69D6A8
6#87DEBA
7#A5E6CB
8#C3EFDC
9#E1F7EE
Tones
Muted variations
1#1F6045
2#235D45
3#265944
4#2A5643
5#2E5243
6#314E42
7#354B42
8#384741
9#3C4340
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 | CBF1 #CBF1E1 | Secondary backgroundsInput backgroundsDividers |
| 300 | A3E6 #A3E6CA | BordersInactive statesPlaceholder text |
| 400 | 73D9 #73D9AE | Disabled statesSecondary iconsMuted text |
| 500 | 4BCE #4BCE97 | Primary brand colorCTAsActive elementsLinks |
| 600 | 30B0 #30B07B | Hover statesFocus ringsPrimary buttons hover |
| 700 | 268C #268C62 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1B64 #1B6446 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1240 #12402D | Primary textHigh emphasis contentDark headings |
| 950 | 0B28 #0B281C | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F3FCF8;
--charcoal-100: #E3F7EF;
--charcoal-200: #CBF1E1;
--charcoal-300: #A3E6CA;
--charcoal-400: #73D9AE;
--charcoal-500: #4BCE97;
--charcoal-600: #30B07B;
--charcoal-700: #268C62;
--charcoal-800: #1B6446;
--charcoal-900: #12402D;
--charcoal-950: #0B281C;
}