Charcoal
#193839
CyanColor Codes
All color formats for development
HEX
#193839RGB
rgb(25, 56, 57)HSL
hsl(182, 39%, 16%)OKLCH
oklch(0.318 0.037 198.2)CMYK
cmyk(56%, 2%, 0%, 78%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#163233
2#142D2D
3#112728
4#0F2122
5#0C1C1C
6#0A1617
7#071111
8#050B0B
9#020606
Tints
Lighter variations
1#265556
2#337274
3#408F92
4#4DADB0
5#6ABBBE
6#88C9CB
7#A6D6D8
8#C3E4E5
9#E1F1F2
Tones
Muted variations
1#1A3637
2#1C3536
3#1E3334
4#1F3232
5#213031
6#222F2F
7#242D2E
8#262C2C
9#272A2A
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4FA #F4FAFA | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E6F4 #E6F4F4 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D1EA #D1EAEB | Secondary backgroundsInput backgroundsDividers |
| 300 | ADDA #ADDADB | BordersInactive statesPlaceholder text |
| 400 | 83C6 #83C6C9 | Disabled statesSecondary iconsMuted text |
| 500 | 5FB6 #5FB6B9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 4499 #44999C | Hover statesFocus ringsPrimary buttons hover |
| 700 | 367A #367A7C | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2757 #275759 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1938 #193839 | Primary textHigh emphasis contentDark headings |
| 950 | 1023 #102323 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F4FAFA;
--charcoal-100: #E6F4F4;
--charcoal-200: #D1EAEB;
--charcoal-300: #ADDADB;
--charcoal-400: #83C6C9;
--charcoal-500: #5FB6B9;
--charcoal-600: #44999C;
--charcoal-700: #367A7C;
--charcoal-800: #275759;
--charcoal-900: #193839;
--charcoal-950: #102323;
}