Charcoal
#16416A
BlueColor Codes
All color formats for development
HEX
#16416ARGB
rgb(22, 65, 106)HSL
hsl(209, 66%, 25%)OKLCH
oklch(0.368 0.085 250.4)CMYK
cmyk(79%, 39%, 0%, 58%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#143B5F
2#113455
3#0F2E4A
4#0D273F
5#0B2135
6#091A2A
7#071420
8#040D15
9#02070B
Tints
Lighter variations
1#1C558A
2#2368A9
3#297CC9
4#418FD8
5#60A1DE
6#80B4E5
7#A0C7EB
8#C0DAF2
9#DFECF8
Tones
Muted variations
1#1A4166
2#1E4161
3#22415D
4#274159
5#2B4055
6#2F4051
7#33404C
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 | 9EC6 #9EC6EB | BordersInactive statesPlaceholder text |
| 400 | 6BA8 #6BA8E1 | Disabled statesSecondary iconsMuted text |
| 500 | 418F #418FD8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2673 #2673BA | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1E5B #1E5B94 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1641 #16416A | Text on light backgroundsHeadingsStrong borders |
| 900 | 0E2A #0E2A44 | Primary textHigh emphasis contentDark headings |
| 950 | 091A #091A2A | 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: #9EC6EB;
--charcoal-400: #6BA8E1;
--charcoal-500: #418FD8;
--charcoal-600: #2673BA;
--charcoal-700: #1E5B94;
--charcoal-800: #16416A;
--charcoal-900: #0E2A44;
--charcoal-950: #091A2A;
}