Charcoal
#193739
CyanColor Codes
All color formats for development
HEX
#193739RGB
rgb(25, 55, 57)HSL
hsl(184, 39%, 16%)OKLCH
oklch(0.315 0.036 201.2)CMYK
cmyk(56%, 4%, 0%, 78%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#163133
2#142C2D
3#112628
4#0F2122
5#0C1B1C
6#0A1617
7#071011
8#050B0B
9#020506
Tints
Lighter variations
1#265356
2#337074
3#408D92
4#4DA9B0
5#6AB8BE
6#88C6CB
7#A6D4D8
8#C3E3E5
9#E1F1F2
Tones
Muted variations
1#1A3537
2#1C3436
3#1E3234
4#1F3132
5#213031
6#222E2F
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 | E6F3 #E6F3F4 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D1E9 #D1E9EB | Secondary backgroundsInput backgroundsDividers |
| 300 | ADD8 #ADD8DB | BordersInactive statesPlaceholder text |
| 400 | 83C4 #83C4C9 | Disabled statesSecondary iconsMuted text |
| 500 | 5FB3 #5FB3B9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 4496 #44969C | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3677 #36777C | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2755 #275559 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1937 #193739 | Primary textHigh emphasis contentDark headings |
| 950 | 1022 #102223 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F4FAFA;
--charcoal-100: #E6F3F4;
--charcoal-200: #D1E9EB;
--charcoal-300: #ADD8DB;
--charcoal-400: #83C4C9;
--charcoal-500: #5FB3B9;
--charcoal-600: #44969C;
--charcoal-700: #36777C;
--charcoal-800: #275559;
--charcoal-900: #193739;
--charcoal-950: #102223;
}