Charcoal
#1F4B60
BlueColor Codes
All color formats for development
HEX
#1F4B60RGB
rgb(31, 75, 96)HSL
hsl(199, 51%, 25%)OKLCH
oklch(0.392 0.06 231.8)CMYK
cmyk(68%, 22%, 0%, 62%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1C4457
2#193D4D
3#163543
4#132D3A
5#102630
6#0C1E27
7#09171D
8#060F13
9#03080A
Tints
Lighter variations
1#29627D
2#32799A
3#3B90B7
4#52A2C7
5#6FB1D0
6#8BC1DA
7#A8D0E3
8#C5E0EC
9#E2EFF6
Tones
Muted variations
1#224A5D
2#26495A
3#294857
4#2C4753
5#2F4650
6#33454D
7#36434A
8#394246
9#3C4143
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3F9 #F3F9FB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E4F0 #E4F0F6 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CDE4 #CDE4EF | Secondary backgroundsInput backgroundsDividers |
| 300 | A6CF #A6CFE2 | BordersInactive statesPlaceholder text |
| 400 | 78B6 #78B6D3 | Disabled statesSecondary iconsMuted text |
| 500 | 52A2 #52A2C7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 3785 #3785A9 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2C6A #2C6A87 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1F4C #1F4C60 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1430 #14303E | Primary textHigh emphasis contentDark headings |
| 950 | 0C1E #0C1E27 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F3F9FB;
--charcoal-100: #E4F0F6;
--charcoal-200: #CDE4EF;
--charcoal-300: #A6CFE2;
--charcoal-400: #78B6D3;
--charcoal-500: #52A2C7;
--charcoal-600: #3785A9;
--charcoal-700: #2C6A87;
--charcoal-800: #1F4C60;
--charcoal-900: #14303E;
--charcoal-950: #0C1E27;
}