Charcoal
#1C6360
CyanColor Codes
All color formats for development
HEX
#1C6360RGB
rgb(28, 99, 96)HSL
hsl(177, 56%, 25%)OKLCH
oklch(0.456 0.068 190.9)CMYK
cmyk(72%, 0%, 3%, 61%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#195A56
2#16504D
3#144643
4#113C3A
5#0E3230
6#0B2826
7#081E1D
8#061413
9#030A0A
Tints
Lighter variations
1#24817D
2#2D9F99
3#35BDB6
4#4CCDC6
5#6AD5D0
6#88DDD9
7#A5E6E3
8#C3EEEC
9#E1F7F6
Tones
Muted variations
1#20605D
2#235C59
3#275956
4#2A5553
5#2E5250
6#314E4D
7#354A49
8#394746
9#3C4343
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3FC #F3FCFB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E3F7 #E3F7F6 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CBF0 #CBF0EF | Secondary backgroundsInput backgroundsDividers |
| 300 | A4E5 #A4E5E2 | BordersInactive statesPlaceholder text |
| 400 | 74D8 #74D8D3 | Disabled statesSecondary iconsMuted text |
| 500 | 4CCD #4CCDC6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 31AF #31AFA9 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 278B #278B86 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1C63 #1C6360 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1240 #12403D | Primary textHigh emphasis contentDark headings |
| 950 | 0B28 #0B2826 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F3FCFB;
--charcoal-100: #E3F7F6;
--charcoal-200: #CBF0EF;
--charcoal-300: #A4E5E2;
--charcoal-400: #74D8D3;
--charcoal-500: #4CCDC6;
--charcoal-600: #31AFA9;
--charcoal-700: #278B86;
--charcoal-800: #1C6360;
--charcoal-900: #12403D;
--charcoal-950: #0B2826;
}