Charcoal
#1F4C60
BlueColor Codes
All color formats for development
HEX
#1F4C60RGB
rgb(31, 76, 96)HSL
hsl(198, 51%, 25%)OKLCH
oklch(0.394 0.059 230)CMYK
cmyk(68%, 21%, 0%, 62%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1C4557
2#193D4D
3#163643
4#132E3A
5#102630
6#0C1F27
7#09171D
8#060F13
9#03080A
Tints
Lighter variations
1#29647D
2#327B9A
3#3B92B7
4#52A4C7
5#6FB3D0
6#8BC2DA
7#A8D1E3
8#C5E1EC
9#E2F0F6
Tones
Muted variations
1#224B5D
2#264A5A
3#294957
4#2C4853
5#2F4650
6#33454D
7#36444A
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 | E4F1 #E4F1F6 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CDE5 #CDE5EF | Secondary backgroundsInput backgroundsDividers |
| 300 | A6D0 #A6D0E2 | BordersInactive statesPlaceholder text |
| 400 | 78B8 #78B8D3 | Disabled statesSecondary iconsMuted text |
| 500 | 52A4 #52A4C7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 3787 #3787A9 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2C6B #2C6B87 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1F4D #1F4D60 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1431 #14313E | Primary textHigh emphasis contentDark headings |
| 950 | 0C1F #0C1F27 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F3F9FB;
--charcoal-100: #E4F1F6;
--charcoal-200: #CDE5EF;
--charcoal-300: #A6D0E2;
--charcoal-400: #78B8D3;
--charcoal-500: #52A4C7;
--charcoal-600: #3787A9;
--charcoal-700: #2C6B87;
--charcoal-800: #1F4D60;
--charcoal-900: #14313E;
--charcoal-950: #0C1F27;
}