Charcoal
#1F4A60
BlueColor Codes
All color formats for development
HEX
#1F4A60RGB
rgb(31, 74, 96)HSL
hsl(200, 51%, 25%)OKLCH
oklch(0.389 0.06 233.6)CMYK
cmyk(68%, 23%, 0%, 62%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1C4357
2#193C4D
3#163443
4#132D3A
5#102530
6#0C1E27
7#09161D
8#060F13
9#03070A
Tints
Lighter variations
1#29617D
2#32779A
3#3B8EB7
4#52A0C7
5#6FB0D0
6#8BC0DA
7#A8CFE3
8#C5DFEC
9#E2EFF6
Tones
Muted variations
1#224A5D
2#26485A
3#294757
4#2C4653
5#2F4550
6#33444D
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 | CDE3 #CDE3EF | Secondary backgroundsInput backgroundsDividers |
| 300 | A6CE #A6CEE2 | BordersInactive statesPlaceholder text |
| 400 | 78B5 #78B5D3 | Disabled statesSecondary iconsMuted text |
| 500 | 52A0 #52A0C7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 3783 #3783A9 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2C68 #2C6887 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1F4B #1F4B60 | 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: #CDE3EF;
--charcoal-300: #A6CEE2;
--charcoal-400: #78B5D3;
--charcoal-500: #52A0C7;
--charcoal-600: #3783A9;
--charcoal-700: #2C6887;
--charcoal-800: #1F4B60;
--charcoal-900: #14303E;
--charcoal-950: #0C1E27;
}