Charcoal
#163A6A
BlueColor Codes
All color formats for development
HEX
#163A6ARGB
rgb(22, 58, 106)HSL
hsl(214, 66%, 25%)OKLCH
oklch(0.35 0.093 256.7)CMYK
cmyk(79%, 45%, 0%, 58%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#14345F
2#112F55
3#0F294A
4#0D233F
5#0B1D35
6#09172A
7#071120
8#040C15
9#02060B
Tints
Lighter variations
1#1C4C8A
2#235DA9
3#296EC9
4#4182D8
5#6097DE
6#80ACE5
7#A0C1EB
8#C0D5F2
9#DFEAF8
Tones
Muted variations
1#1A3B66
2#1E3B61
3#223C5D
4#273C59
5#2B3D55
6#2F3E51
7#333E4C
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 | E1EC #E1ECF9 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C8DB #C8DBF4 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9EBF #9EBFEB | BordersInactive statesPlaceholder text |
| 400 | 6B9E #6B9EE1 | Disabled statesSecondary iconsMuted text |
| 500 | 4182 #4182D8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2666 #2666BA | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1E51 #1E5194 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 163A #163A6A | Text on light backgroundsHeadingsStrong borders |
| 900 | 0E25 #0E2544 | Primary textHigh emphasis contentDark headings |
| 950 | 0917 #09172A | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F2F7FC;
--charcoal-100: #E1ECF9;
--charcoal-200: #C8DBF4;
--charcoal-300: #9EBFEB;
--charcoal-400: #6B9EE1;
--charcoal-500: #4182D8;
--charcoal-600: #2666BA;
--charcoal-700: #1E5194;
--charcoal-800: #163A6A;
--charcoal-900: #0E2544;
--charcoal-950: #09172A;
}