Charcoal
#1A654A
GreenColor Codes
All color formats for development
HEX
#1A654ARGB
rgb(26, 101, 74)HSL
hsl(158, 59%, 25%)OKLCH
oklch(0.454 0.085 164.6)CMYK
cmyk(74%, 0%, 27%, 60%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#185B42
2#15513B
3#124734
4#103D2C
5#0D3325
6#0A291E
7#081E16
8#05140F
9#030A07
Tints
Lighter variations
1#228460
2#2AA276
3#32C18C
4#49D09E
5#67D8AE
6#85E0BF
7#A4E7CF
8#C2EFDF
9#E1F7EF
Tones
Muted variations
1#1E6249
2#225E48
3#255A47
4#295646
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 #CAF1E3 | Secondary backgroundsInput backgroundsDividers |
| 300 | A2E7 #A2E7CE | BordersInactive statesPlaceholder text |
| 400 | 71DA #71DAB4 | Disabled statesSecondary iconsMuted text |
| 500 | 49D0 #49D09E | Primary brand colorCTAsActive elementsLinks |
| 600 | 2EB2 #2EB282 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 258E #258E67 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1A65 #1A654A | Text on light backgroundsHeadingsStrong borders |
| 900 | 1141 #11412F | 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: #CAF1E3;
--charcoal-300: #A2E7CE;
--charcoal-400: #71DAB4;
--charcoal-500: #49D09E;
--charcoal-600: #2EB282;
--charcoal-700: #258E67;
--charcoal-800: #1A654A;
--charcoal-900: #11412F;
--charcoal-950: #0A291E;
}