Charcoal
#1F5060
BlueColor Codes
All color formats for development
HEX
#1F5060RGB
rgb(31, 80, 96)HSL
hsl(195, 51%, 25%)OKLCH
oklch(0.405 0.059 222.7)CMYK
cmyk(68%, 17%, 0%, 62%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1C4857
2#19404D
3#163843
4#13303A
5#102830
6#0C2027
7#09181D
8#061013
9#03080A
Tints
Lighter variations
1#29687D
2#32809A
3#3B98B7
4#52AAC7
5#6FB8D0
6#8BC6DA
7#A8D4E3
8#C5E3EC
9#E2F1F6
Tones
Muted variations
1#224E5D
2#264D5A
3#294B57
4#2C4A53
5#2F4850
6#33464D
7#36454A
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 | E4F2 #E4F2F6 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CDE6 #CDE6EF | Secondary backgroundsInput backgroundsDividers |
| 300 | A6D3 #A6D3E2 | BordersInactive statesPlaceholder text |
| 400 | 78BD #78BDD3 | Disabled statesSecondary iconsMuted text |
| 500 | 52AA #52AAC7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 378D #378DA9 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2C70 #2C7087 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1F50 #1F5060 | 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: #E4F2F6;
--charcoal-200: #CDE6EF;
--charcoal-300: #A6D3E2;
--charcoal-400: #78BDD3;
--charcoal-500: #52AAC7;
--charcoal-600: #378DA9;
--charcoal-700: #2C7087;
--charcoal-800: #1F5060;
--charcoal-900: #14333E;
--charcoal-950: #0C2027;
}