Charcoal
#162F69
BlueColor Codes
All color formats for development
HEX
#162F69RGB
rgb(22, 47, 105)HSL
hsl(222, 65%, 25%)OKLCH
oklch(0.323 0.106 263.9)CMYK
cmyk(79%, 55%, 0%, 59%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#142A5F
2#122654
3#10214A
4#0D1C3F
5#0B1835
6#09132A
7#070E20
8#040915
9#02050B
Tints
Lighter variations
1#1D3D89
2#244BA8
3#2A5AC8
4#426ED7
5#6187DE
6#819FE4
7#A0B7EB
8#C0CFF2
9#DFE7F8
Tones
Muted variations
1#1A3165
2#1F3261
3#23345D
4#273659
5#2B3754
6#2F3950
7#333B4C
8#373C48
9#3C3E44
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2F5 #F2F5FC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2E9 #E2E9F9 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C8D5 #C8D5F3 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9EB5 #9EB5EA | BordersInactive statesPlaceholder text |
| 400 | 6C8F #6C8FE0 | Disabled statesSecondary iconsMuted text |
| 500 | 426E #426ED7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2753 #2753B9 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1F42 #1F4293 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 162F #162F69 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0E1E #0E1E43 | Primary textHigh emphasis contentDark headings |
| 950 | 0913 #09132A | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F2F5FC;
--charcoal-100: #E2E9F9;
--charcoal-200: #C8D5F3;
--charcoal-300: #9EB5EA;
--charcoal-400: #6C8FE0;
--charcoal-500: #426ED7;
--charcoal-600: #2753B9;
--charcoal-700: #1F4293;
--charcoal-800: #162F69;
--charcoal-900: #0E1E43;
--charcoal-950: #09132A;
}