Charcoal
#163C3C
CyanColor Codes
All color formats for development
HEX
#163C3CRGB
rgb(22, 60, 60)HSL
hsl(180, 46%, 16%)OKLCH
oklch(0.329 0.043 195.3)CMYK
cmyk(63%, 0%, 0%, 76%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#143636
2#123030
3#0F2A2A
4#0D2424
5#0B1E1E
6#091818
7#071212
8#040C0C
9#020606
Tints
Lighter variations
1#225B5B
2#2D7A7A
3#399999
4#44B9B9
5#63C5C5
6#82D1D1
7#A1DCDC
8#C0E8E8
9#E0F3F3
Tones
Muted variations
1#183A3A
2#1A3838
3#1C3636
4#1E3434
5#1F3232
6#213030
7#232E2E
8#252D2D
9#272B2B
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4FB #F4FBFB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E5F5 #E5F5F5 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CFED #CFEDED | Secondary backgroundsInput backgroundsDividers |
| 300 | A9DF #A9DFDF | BordersInactive statesPlaceholder text |
| 400 | 7DCF #7DCFCF | Disabled statesSecondary iconsMuted text |
| 500 | 57C1 #57C1C1 | Primary brand colorCTAsActive elementsLinks |
| 600 | 3DA4 #3DA4A4 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3082 #308282 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 225D #225D5D | Text on light backgroundsHeadingsStrong borders |
| 900 | 163C #163C3C | Primary textHigh emphasis contentDark headings |
| 950 | 0E25 #0E2525 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F4FBFB;
--charcoal-100: #E5F5F5;
--charcoal-200: #CFEDED;
--charcoal-300: #A9DFDF;
--charcoal-400: #7DCFCF;
--charcoal-500: #57C1C1;
--charcoal-600: #3DA4A4;
--charcoal-700: #308282;
--charcoal-800: #225D5D;
--charcoal-900: #163C3C;
--charcoal-950: #0E2525;
}