Charcoal
#174069
BlueColor Codes
All color formats for development
HEX
#174069RGB
rgb(23, 64, 105)HSL
hsl(210, 64%, 25%)OKLCH
oklch(0.365 0.084 251.3)CMYK
cmyk(78%, 39%, 0%, 59%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#15395E
2#123354
3#102D49
4#0E263F
5#0B2034
6#09192A
7#07131F
8#050D15
9#02060A
Tints
Lighter variations
1#1E5388
2#2566A7
3#2C79C7
4#438CD6
5#629FDD
6#82B2E3
7#A1C6EA
8#C0D9F1
9#E0ECF8
Tones
Muted variations
1#1B4064
2#1F4060
3#23405C
4#274058
5#2B4054
6#2F4050
7#34404C
8#384048
9#3C4044
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2F7 #F2F7FC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2ED #E2EDF9 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C9DE #C9DEF3 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9FC4 #9FC4EA | BordersInactive statesPlaceholder text |
| 400 | 6DA6 #6DA6DF | Disabled statesSecondary iconsMuted text |
| 500 | 438C #438CD6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2870 #2870B8 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2059 #205992 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1740 #174069 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0F29 #0F2943 | 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: #F2F7FC;
--charcoal-100: #E2EDF9;
--charcoal-200: #C9DEF3;
--charcoal-300: #9FC4EA;
--charcoal-400: #6DA6DF;
--charcoal-500: #438CD6;
--charcoal-600: #2870B8;
--charcoal-700: #205992;
--charcoal-800: #174069;
--charcoal-900: #0F2943;
--charcoal-950: #091A2A;
}