Charcoal
#192E39
BlueColor Codes
All color formats for development
HEX
#192E39RGB
rgb(25, 46, 57)HSL
hsl(201, 39%, 16%)OKLCH
oklch(0.289 0.034 232.5)CMYK
cmyk(56%, 19%, 0%, 78%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#162933
2#14242D
3#112028
4#0F1B22
5#0C171C
6#0A1217
7#070E11
8#05090B
9#020506
Tints
Lighter variations
1#264556
2#335D74
3#407592
4#4D8DB0
5#6AA0BE
6#88B3CB
7#A6C6D8
8#C3D9E5
9#E1ECF2
Tones
Muted variations
1#1A2D37
2#1C2D36
3#1E2C34
4#1F2C32
5#212B31
6#222B2F
7#242A2E
8#262A2C
9#27292A
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4F8 #F4F8FA | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E6EF #E6EFF4 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D1E2 #D1E2EB | Secondary backgroundsInput backgroundsDividers |
| 300 | ADCB #ADCBDB | BordersInactive statesPlaceholder text |
| 400 | 83B0 #83B0C9 | Disabled statesSecondary iconsMuted text |
| 500 | 5F9A #5F9AB9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 447D #447D9C | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3664 #36647C | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2747 #274759 | Text on light backgroundsHeadingsStrong borders |
| 900 | 192E #192E39 | Primary textHigh emphasis contentDark headings |
| 950 | 101C #101C23 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F4F8FA;
--charcoal-100: #E6EFF4;
--charcoal-200: #D1E2EB;
--charcoal-300: #ADCBDB;
--charcoal-400: #83B0C9;
--charcoal-500: #5F9AB9;
--charcoal-600: #447D9C;
--charcoal-700: #36647C;
--charcoal-800: #274759;
--charcoal-900: #192E39;
--charcoal-950: #101C23;
}