Charcoal
#16436A
BlueColor Codes
All color formats for development
HEX
#16436ARGB
rgb(22, 67, 106)HSL
hsl(208, 66%, 25%)OKLCH
oklch(0.373 0.083 248.4)CMYK
cmyk(79%, 37%, 0%, 58%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#143C5F
2#113555
3#0F2F4A
4#0D283F
5#0B2135
6#091B2A
7#071420
8#040D15
9#02070B
Tints
Lighter variations
1#1C578A
2#236AA9
3#297EC9
4#4191D8
5#60A4DE
6#80B6E5
7#A0C8EB
8#C0DAF2
9#DFEDF8
Tones
Muted variations
1#1A4266
2#1E4261
3#22425D
4#274159
5#2B4155
6#2F4151
7#33414C
8#374048
9#3C4044
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2F8 #F2F8FC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E1EE #E1EEF9 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C8DF #C8DFF4 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9EC7 #9EC7EB | BordersInactive statesPlaceholder text |
| 400 | 6BAA #6BAAE1 | Disabled statesSecondary iconsMuted text |
| 500 | 4191 #4191D8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2675 #2675BA | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1E5D #1E5D94 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1643 #16436A | Text on light backgroundsHeadingsStrong borders |
| 900 | 0E2B #0E2B44 | Primary textHigh emphasis contentDark headings |
| 950 | 091B #091B2A | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F2F8FC;
--charcoal-100: #E1EEF9;
--charcoal-200: #C8DFF4;
--charcoal-300: #9EC7EB;
--charcoal-400: #6BAAE1;
--charcoal-500: #4191D8;
--charcoal-600: #2675BA;
--charcoal-700: #1E5D94;
--charcoal-800: #16436A;
--charcoal-900: #0E2B44;
--charcoal-950: #091B2A;
}