Charcoal
#1A654B
GreenColor Codes
All color formats for development
HEX
#1A654BRGB
rgb(26, 101, 75)HSL
hsl(159, 59%, 25%)OKLCH
oklch(0.454 0.084 165.4)CMYK
cmyk(74%, 0%, 26%, 60%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#185B44
2#15513C
3#124735
4#103D2D
5#0D3326
6#0A291E
7#081E17
8#05140F
9#030A08
Tints
Lighter variations
1#228462
2#2AA278
3#32C18F
4#49D0A1
5#67D8B0
6#85E0C0
7#A4E7D0
8#C2EFE0
9#E1F7EF
Tones
Muted variations
1#1E624A
2#225E49
3#255A48
4#295647
5#2D5345
6#314F44
7#344B43
8#384742
9#3C4441
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3FC #F3FCF9 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E3F8 #E3F8F0 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CAF1 #CAF1E4 | Secondary backgroundsInput backgroundsDividers |
| 300 | A2E7 #A2E7CF | BordersInactive statesPlaceholder text |
| 400 | 71DA #71DAB6 | Disabled statesSecondary iconsMuted text |
| 500 | 49D0 #49D0A1 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2EB2 #2EB284 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 258E #258E69 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1A65 #1A654B | Text on light backgroundsHeadingsStrong borders |
| 900 | 1141 #114130 | Primary textHigh emphasis contentDark headings |
| 950 | 0A29 #0A291E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F3FCF9;
--charcoal-100: #E3F8F0;
--charcoal-200: #CAF1E4;
--charcoal-300: #A2E7CF;
--charcoal-400: #71DAB6;
--charcoal-500: #49D0A1;
--charcoal-600: #2EB284;
--charcoal-700: #258E69;
--charcoal-800: #1A654B;
--charcoal-900: #114130;
--charcoal-950: #0A291E;
}