Charcoal
#1F4F60
BlueColor Codes
All color formats for development
HEX
#1F4F60RGB
rgb(31, 79, 96)HSL
hsl(196, 51%, 25%)OKLCH
oklch(0.402 0.059 224.5)CMYK
cmyk(68%, 18%, 0%, 62%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1C4757
2#193F4D
3#163743
4#132F3A
5#102730
6#0C2027
7#09181D
8#061013
9#03080A
Tints
Lighter variations
1#29677D
2#327E9A
3#3B96B7
4#52A8C7
5#6FB6D0
6#8BC5DA
7#A8D3E3
8#C5E2EC
9#E2F0F6
Tones
Muted variations
1#224D5D
2#264C5A
3#294A57
4#2C4953
5#2F4750
6#33464D
7#36444A
8#394346
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 | CDE6 #CDE6EF | Secondary backgroundsInput backgroundsDividers |
| 300 | A6D2 #A6D2E2 | BordersInactive statesPlaceholder text |
| 400 | 78BB #78BBD3 | Disabled statesSecondary iconsMuted text |
| 500 | 52A8 #52A8C7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 378B #378BA9 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2C6E #2C6E87 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1F4F #1F4F60 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1433 #14333E | Primary textHigh emphasis contentDark headings |
| 950 | 0C20 #0C2027 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F3F9FB;
--charcoal-100: #E4F1F6;
--charcoal-200: #CDE6EF;
--charcoal-300: #A6D2E2;
--charcoal-400: #78BBD3;
--charcoal-500: #52A8C7;
--charcoal-600: #378BA9;
--charcoal-700: #2C6E87;
--charcoal-800: #1F4F60;
--charcoal-900: #14333E;
--charcoal-950: #0C2027;
}