Charcoal
#1C6362
CyanColor Codes
All color formats for development
HEX
#1C6362RGB
rgb(28, 99, 98)HSL
hsl(179, 56%, 25%)OKLCH
oklch(0.457 0.068 193.7)CMYK
cmyk(72%, 0%, 1%, 61%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#195A58
2#16504F
3#144645
4#113C3B
5#0E3231
6#0B2827
7#081E1D
8#061414
9#030A0A
Tints
Lighter variations
1#248180
2#2D9F9D
3#35BDBB
4#4CCDCA
5#6AD5D3
6#88DDDC
7#A5E6E5
8#C3EEED
9#E1F7F6
Tones
Muted variations
1#20605F
2#235C5B
3#275958
4#2A5554
5#2E5251
6#314E4E
7#354A4A
8#394747
9#3C4343
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3FC #F3FCFB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E3F7 #E3F7F7 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CBF0 #CBF0F0 | Secondary backgroundsInput backgroundsDividers |
| 300 | A4E5 #A4E5E4 | BordersInactive statesPlaceholder text |
| 400 | 74D8 #74D8D6 | Disabled statesSecondary iconsMuted text |
| 500 | 4CCD #4CCDCA | Primary brand colorCTAsActive elementsLinks |
| 600 | 31AF #31AFAD | Hover statesFocus ringsPrimary buttons hover |
| 700 | 278B #278B8A | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1C63 #1C6362 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1240 #12403F | Primary textHigh emphasis contentDark headings |
| 950 | 0B28 #0B2827 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F3FCFB;
--charcoal-100: #E3F7F7;
--charcoal-200: #CBF0F0;
--charcoal-300: #A4E5E4;
--charcoal-400: #74D8D6;
--charcoal-500: #4CCDCA;
--charcoal-600: #31AFAD;
--charcoal-700: #278B8A;
--charcoal-800: #1C6362;
--charcoal-900: #12403F;
--charcoal-950: #0B2827;
}