Charcoal
#1F4860
BlueColor Codes
All color formats for development
HEX
#1F4860RGB
rgb(31, 72, 96)HSL
hsl(202, 51%, 25%)OKLCH
oklch(0.384 0.061 237.1)CMYK
cmyk(68%, 25%, 0%, 62%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1C4157
2#193A4D
3#163343
4#132B3A
5#102430
6#0C1D27
7#09161D
8#060E13
9#03070A
Tints
Lighter variations
1#295E7D
2#32749A
3#3B8AB7
4#529CC7
5#6FACD0
6#8BBDDA
7#A8CDE3
8#C5DEEC
9#E2EEF6
Tones
Muted variations
1#22485D
2#26475A
3#294657
4#2C4553
5#2F4450
6#33434D
7#36424A
8#394146
9#3C4143
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3F8 #F3F8FB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E4F0 #E4F0F6 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CDE2 #CDE2EF | Secondary backgroundsInput backgroundsDividers |
| 300 | A6CC #A6CCE2 | BordersInactive statesPlaceholder text |
| 400 | 78B2 #78B2D3 | Disabled statesSecondary iconsMuted text |
| 500 | 529C #529CC7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 377F #377FA9 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2C65 #2C6587 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1F48 #1F4860 | Text on light backgroundsHeadingsStrong borders |
| 900 | 142E #142E3E | Primary textHigh emphasis contentDark headings |
| 950 | 0C1D #0C1D27 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F3F8FB;
--charcoal-100: #E4F0F6;
--charcoal-200: #CDE2EF;
--charcoal-300: #A6CCE2;
--charcoal-400: #78B2D3;
--charcoal-500: #529CC7;
--charcoal-600: #377FA9;
--charcoal-700: #2C6587;
--charcoal-800: #1F4860;
--charcoal-900: #142E3E;
--charcoal-950: #0C1D27;
}