Charcoal
#174769
BlueColor Codes
All color formats for development
HEX
#174769RGB
rgb(23, 71, 105)HSL
hsl(205, 64%, 25%)OKLCH
oklch(0.383 0.077 243.5)CMYK
cmyk(78%, 32%, 0%, 59%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#153F5E
2#123854
3#103149
4#0E2A3F
5#0B2334
6#091C2A
7#07151F
8#050E15
9#02070A
Tints
Lighter variations
1#1E5C88
2#2571A7
3#2C86C7
4#4398D6
5#62AADD
6#82BBE3
7#A1CCEA
8#C0DDF1
9#E0EEF8
Tones
Muted variations
1#1B4664
2#1F4560
3#23455C
4#274458
5#2B4354
6#2F4250
7#34424C
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 | E2EF #E2EFF9 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C9E1 #C9E1F3 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9FCB #9FCBEA | BordersInactive statesPlaceholder text |
| 400 | 6DAF #6DAFDF | Disabled statesSecondary iconsMuted text |
| 500 | 4398 #4398D6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 287C #287CB8 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2063 #206392 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1747 #174769 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0F2D #0F2D43 | Primary textHigh emphasis contentDark headings |
| 950 | 091C #091C2A | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F2F8FC;
--charcoal-100: #E2EFF9;
--charcoal-200: #C9E1F3;
--charcoal-300: #9FCBEA;
--charcoal-400: #6DAFDF;
--charcoal-500: #4398D6;
--charcoal-600: #287CB8;
--charcoal-700: #206392;
--charcoal-800: #174769;
--charcoal-900: #0F2D43;
--charcoal-950: #091C2A;
}