Charcoal
#1B654A
GreenColor Codes
All color formats for development
HEX
#1B654ARGB
rgb(27, 101, 74)HSL
hsl(158, 58%, 25%)OKLCH
oklch(0.454 0.084 164.4)CMYK
cmyk(73%, 0%, 27%, 60%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#185B42
2#15513B
3#134734
4#103C2C
5#0D3225
6#0B281D
7#081E16
8#05140F
9#030A07
Tints
Lighter variations
1#238360
2#2BA176
3#33BF8C
4#4ACF9E
5#68D7AE
6#86DFBE
7#A4E7CE
8#C3EFDF
9#E1F7EF
Tones
Muted variations
1#1E6149
2#225D48
3#265A47
4#2A5646
5#2D5245
6#314F44
7#354B43
8#384742
9#3C4341
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 | CBF1 #CBF1E3 | Secondary backgroundsInput backgroundsDividers |
| 300 | A2E6 #A2E6CD | BordersInactive statesPlaceholder text |
| 400 | 72DA #72DAB4 | Disabled statesSecondary iconsMuted text |
| 500 | 4ACF #4ACF9E | Primary brand colorCTAsActive elementsLinks |
| 600 | 2FB1 #2FB182 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 258D #258D67 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1B65 #1B654A | Text on light backgroundsHeadingsStrong borders |
| 900 | 1140 #11402F | Primary textHigh emphasis contentDark headings |
| 950 | 0B28 #0B281D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F3FCF9;
--charcoal-100: #E3F8F0;
--charcoal-200: #CBF1E3;
--charcoal-300: #A2E6CD;
--charcoal-400: #72DAB4;
--charcoal-500: #4ACF9E;
--charcoal-600: #2FB182;
--charcoal-700: #258D67;
--charcoal-800: #1B654A;
--charcoal-900: #11402F;
--charcoal-950: #0B281D;
}