Charcoal
#1B6555
CyanColor Codes
All color formats for development
HEX
#1B6555RGB
rgb(27, 101, 85)HSL
hsl(167, 58%, 25%)OKLCH
oklch(0.458 0.076 175.1)CMYK
cmyk(73%, 0%, 16%, 60%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#185B4C
2#155144
3#13473B
4#103C33
5#0D322A
6#0B2822
7#081E19
8#051411
9#030A08
Tints
Lighter variations
1#23836E
2#2BA188
3#33BFA1
4#4ACFB2
5#68D7BF
6#86DFCC
7#A4E7D8
8#C3EFE5
9#E1F7F2
Tones
Muted variations
1#1E6153
2#225D51
3#265A4E
4#2A564C
5#2D524A
6#314F48
7#354B46
8#384744
9#3C4342
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3FC #F3FCFA | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E3F8 #E3F8F3 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CBF1 #CBF1E9 | Secondary backgroundsInput backgroundsDividers |
| 300 | A2E6 #A2E6D8 | BordersInactive statesPlaceholder text |
| 400 | 72DA #72DAC3 | Disabled statesSecondary iconsMuted text |
| 500 | 4ACF #4ACFB2 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2FB1 #2FB195 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 258D #258D77 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1B65 #1B6555 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1140 #114036 | Primary textHigh emphasis contentDark headings |
| 950 | 0B28 #0B2822 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F3FCFA;
--charcoal-100: #E3F8F3;
--charcoal-200: #CBF1E9;
--charcoal-300: #A2E6D8;
--charcoal-400: #72DAC3;
--charcoal-500: #4ACFB2;
--charcoal-600: #2FB195;
--charcoal-700: #258D77;
--charcoal-800: #1B6555;
--charcoal-900: #114036;
--charcoal-950: #0B2822;
}