Charcoal
#174469
BlueColor Codes
All color formats for development
HEX
#174469RGB
rgb(23, 68, 105)HSL
hsl(207, 64%, 25%)OKLCH
oklch(0.375 0.08 247)CMYK
cmyk(78%, 35%, 0%, 59%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#153D5E
2#123654
3#102F49
4#0E293F
5#0B2234
6#091B2A
7#07141F
8#050E15
9#02070A
Tints
Lighter variations
1#1E5888
2#256DA7
3#2C81C7
4#4394D6
5#62A5DD
6#82B7E3
7#A1C9EA
8#C0DBF1
9#E0EDF8
Tones
Muted variations
1#1B4364
2#1F4360
3#23435C
4#274258
5#2B4254
6#2F4150
7#34414C
8#384148
9#3C4044
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2F8 #F2F8FC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2EE #E2EEF9 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C9E0 #C9E0F3 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9FC8 #9FC8EA | BordersInactive statesPlaceholder text |
| 400 | 6DAB #6DABDF | Disabled statesSecondary iconsMuted text |
| 500 | 4394 #4394D6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2877 #2877B8 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 205F #205F92 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1744 #174469 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0F2B #0F2B43 | 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: #E2EEF9;
--charcoal-200: #C9E0F3;
--charcoal-300: #9FC8EA;
--charcoal-400: #6DABDF;
--charcoal-500: #4394D6;
--charcoal-600: #2877B8;
--charcoal-700: #205F92;
--charcoal-800: #174469;
--charcoal-900: #0F2B43;
--charcoal-950: #091B2A;
}