Charcoal
#163C69
BlueColor Codes
All color formats for development
HEX
#163C69RGB
rgb(22, 60, 105)HSL
hsl(213, 65%, 25%)OKLCH
oklch(0.354 0.089 254.6)CMYK
cmyk(79%, 43%, 0%, 59%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#14365F
2#123054
3#102A4A
4#0D243F
5#0B1E35
6#09182A
7#071220
8#040C15
9#02060B
Tints
Lighter variations
1#1D4D89
2#245FA8
3#2A71C8
4#4285D7
5#6199DE
6#81AEE4
7#A0C2EB
8#C0D6F2
9#DFEBF8
Tones
Muted variations
1#1A3C65
2#1F3C61
3#233D5D
4#273D59
5#2B3E54
6#2F3E50
7#333F4C
8#373F48
9#3C3F44
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2F7 #F2F7FC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2EC #E2ECF9 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C8DC #C8DCF3 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9EC1 #9EC1EA | BordersInactive statesPlaceholder text |
| 400 | 6CA0 #6CA0E0 | Disabled statesSecondary iconsMuted text |
| 500 | 4285 #4285D7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2769 #2769B9 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1F53 #1F5393 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 163C #163C69 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0E26 #0E2643 | Primary textHigh emphasis contentDark headings |
| 950 | 0918 #09182A | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F2F7FC;
--charcoal-100: #E2ECF9;
--charcoal-200: #C8DCF3;
--charcoal-300: #9EC1EA;
--charcoal-400: #6CA0E0;
--charcoal-500: #4285D7;
--charcoal-600: #2769B9;
--charcoal-700: #1F5393;
--charcoal-800: #163C69;
--charcoal-900: #0E2643;
--charcoal-950: #09182A;
}