Charcoal
#16446A
BlueColor Codes
All color formats for development
HEX
#16446ARGB
rgb(22, 68, 106)HSL
hsl(207, 66%, 25%)OKLCH
oklch(0.376 0.082 247.3)CMYK
cmyk(79%, 36%, 0%, 58%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#143D5F
2#113655
3#0F304A
4#0D293F
5#0B2235
6#091B2A
7#071420
8#040E15
9#02070B
Tints
Lighter variations
1#1C588A
2#236DA9
3#2981C9
4#4194D8
5#60A6DE
6#80B8E5
7#A0C9EB
8#C0DBF2
9#DFEDF8
Tones
Muted variations
1#1A4466
2#1E4361
3#22435D
4#274259
5#2B4255
6#2F4151
7#33414C
8#374148
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 | C8E0 #C8E0F4 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9EC8 #9EC8EB | BordersInactive statesPlaceholder text |
| 400 | 6BAC #6BACE1 | Disabled statesSecondary iconsMuted text |
| 500 | 4194 #4194D8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2678 #2678BA | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1E5F #1E5F94 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1644 #16446A | 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: #C8E0F4;
--charcoal-300: #9EC8EB;
--charcoal-400: #6BACE1;
--charcoal-500: #4194D8;
--charcoal-600: #2678BA;
--charcoal-700: #1E5F94;
--charcoal-800: #16446A;
--charcoal-900: #0E2B44;
--charcoal-950: #091B2A;
}