Charcoal
#162B69
BlueColor Codes
All color formats for development
HEX
#162B69RGB
rgb(22, 43, 105)HSL
hsl(225, 65%, 25%)OKLCH
oklch(0.314 0.112 265.9)CMYK
cmyk(79%, 59%, 0%, 59%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#14275F
2#122254
3#101E4A
4#0D1A3F
5#0B1635
6#09112A
7#070D20
8#040915
9#02040B
Tints
Lighter variations
1#1D3889
2#2445A8
3#2A52C8
4#4267D7
5#6180DE
6#819AE4
7#A0B3EB
8#C0CCF2
9#DFE6F8
Tones
Muted variations
1#1A2D65
2#1F2F61
3#23315D
4#273359
5#2B3554
6#2F3750
7#333A4C
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 | E2E7 #E2E7F9 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C8D3 #C8D3F3 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9EB1 #9EB1EA | BordersInactive statesPlaceholder text |
| 400 | 6C89 #6C89E0 | Disabled statesSecondary iconsMuted text |
| 500 | 4267 #4267D7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 274C #274CB9 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1F3C #1F3C93 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 162B #162B69 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0E1C #0E1C43 | Primary textHigh emphasis contentDark headings |
| 950 | 0911 #09112A | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F2F5FC;
--charcoal-100: #E2E7F9;
--charcoal-200: #C8D3F3;
--charcoal-300: #9EB1EA;
--charcoal-400: #6C89E0;
--charcoal-500: #4267D7;
--charcoal-600: #274CB9;
--charcoal-700: #1F3C93;
--charcoal-800: #162B69;
--charcoal-900: #0E1C43;
--charcoal-950: #09112A;
}