Charcoal
#193139
BlueColor Codes
All color formats for development
HEX
#193139RGB
rgb(25, 49, 57)HSL
hsl(195, 39%, 16%)OKLCH
oklch(0.297 0.033 221.5)CMYK
cmyk(56%, 14%, 0%, 78%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#162C33
2#14272D
3#112228
4#0F1D22
5#0C181C
6#0A1417
7#070F11
8#050A0B
9#020506
Tints
Lighter variations
1#264A56
2#336474
3#407E92
4#4D97B0
5#6AA9BE
6#88BACB
7#A6CBD8
8#C3DDE5
9#E1EEF2
Tones
Muted variations
1#1A3037
2#1C2F36
3#1E2E34
4#1F2E32
5#212D31
6#222C2F
7#242B2E
8#262A2C
9#272A2A
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4F9 #F4F9FA | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E6F1 #E6F1F4 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D1E4 #D1E4EB | Secondary backgroundsInput backgroundsDividers |
| 300 | ADD0 #ADD0DB | BordersInactive statesPlaceholder text |
| 400 | 83B7 #83B7C9 | Disabled statesSecondary iconsMuted text |
| 500 | 5FA3 #5FA3B9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 4486 #44869C | Hover statesFocus ringsPrimary buttons hover |
| 700 | 366B #366B7C | Active/pressed statesDark mode accentsSecondary text |
| 800 | 274C #274C59 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1931 #193139 | Primary textHigh emphasis contentDark headings |
| 950 | 101E #101E23 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F4F9FA;
--charcoal-100: #E6F1F4;
--charcoal-200: #D1E4EB;
--charcoal-300: #ADD0DB;
--charcoal-400: #83B7C9;
--charcoal-500: #5FA3B9;
--charcoal-600: #44869C;
--charcoal-700: #366B7C;
--charcoal-800: #274C59;
--charcoal-900: #193139;
--charcoal-950: #101E23;
}