Charcoal
#1B654B
GreenColor Codes
All color formats for development
HEX
#1B654BRGB
rgb(27, 101, 75)HSL
hsl(159, 58%, 25%)OKLCH
oklch(0.455 0.084 165.3)CMYK
cmyk(73%, 0%, 26%, 60%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#185B43
2#15513C
3#134734
4#103C2D
5#0D3225
6#0B281E
7#081E16
8#05140F
9#030A07
Tints
Lighter variations
1#238361
2#2BA178
3#33BF8E
4#4ACFA0
5#68D7B0
6#86DFC0
7#A4E7D0
8#C3EFDF
9#E1F7EF
Tones
Muted variations
1#1E614A
2#225D49
3#265A48
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 #CBF1E4 | Secondary backgroundsInput backgroundsDividers |
| 300 | A2E6 #A2E6CF | BordersInactive statesPlaceholder text |
| 400 | 72DA #72DAB5 | Disabled statesSecondary iconsMuted text |
| 500 | 4ACF #4ACFA0 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2FB1 #2FB184 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 258D #258D69 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1B65 #1B654B | Text on light backgroundsHeadingsStrong borders |
| 900 | 1140 #114030 | Primary textHigh emphasis contentDark headings |
| 950 | 0B28 #0B281E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F3FCF9;
--charcoal-100: #E3F8F0;
--charcoal-200: #CBF1E4;
--charcoal-300: #A2E6CF;
--charcoal-400: #72DAB5;
--charcoal-500: #4ACFA0;
--charcoal-600: #2FB184;
--charcoal-700: #258D69;
--charcoal-800: #1B654B;
--charcoal-900: #114030;
--charcoal-950: #0B281E;
}