Charcoal
#193639
CyanColor Codes
All color formats for development
HEX
#193639RGB
rgb(25, 54, 57)HSL
hsl(186, 39%, 16%)OKLCH
oklch(0.312 0.035 204.3)CMYK
cmyk(56%, 5%, 0%, 78%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#163033
2#142B2D
3#112528
4#0F2022
5#0C1B1C
6#0A1517
7#071011
8#050B0B
9#020506
Tints
Lighter variations
1#265256
2#336E74
3#408A92
4#4DA6B0
5#6AB5BE
6#88C4CB
7#A6D3D8
8#C3E2E5
9#E1F0F2
Tones
Muted variations
1#1A3437
2#1C3336
3#1E3234
4#1F3032
5#212F31
6#222E2F
7#242D2E
8#262B2C
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 | D1E8 #D1E8EB | Secondary backgroundsInput backgroundsDividers |
| 300 | ADD7 #ADD7DB | BordersInactive statesPlaceholder text |
| 400 | 83C2 #83C2C9 | Disabled statesSecondary iconsMuted text |
| 500 | 5FB0 #5FB0B9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 4493 #44939C | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3675 #36757C | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2754 #275459 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1936 #193639 | Primary textHigh emphasis contentDark headings |
| 950 | 1021 #102123 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F4FAFA;
--charcoal-100: #E6F3F4;
--charcoal-200: #D1E8EB;
--charcoal-300: #ADD7DB;
--charcoal-400: #83C2C9;
--charcoal-500: #5FB0B9;
--charcoal-600: #44939C;
--charcoal-700: #36757C;
--charcoal-800: #275459;
--charcoal-900: #193639;
--charcoal-950: #102123;
}