Charcoal
#174869
BlueColor Codes
All color formats for development
HEX
#174869RGB
rgb(23, 72, 105)HSL
hsl(204, 64%, 25%)OKLCH
oklch(0.386 0.076 242.3)CMYK
cmyk(78%, 31%, 0%, 59%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#15415E
2#123A54
3#103249
4#0E2B3F
5#0B2434
6#091D2A
7#07161F
8#050E15
9#02070A
Tints
Lighter variations
1#1E5D88
2#2573A7
3#2C89C7
4#439BD6
5#62ACDD
6#82BCE3
7#A1CDEA
8#C0DEF1
9#E0EEF8
Tones
Muted variations
1#1B4764
2#1F4660
3#23455C
4#274558
5#2B4454
6#2F4350
7#34424C
8#384148
9#3C4144
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 | C9E2 #C9E2F3 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9FCC #9FCCEA | BordersInactive statesPlaceholder text |
| 400 | 6DB1 #6DB1DF | Disabled statesSecondary iconsMuted text |
| 500 | 439B #439BD6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 287F #287FB8 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2065 #206592 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1748 #174869 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0F2E #0F2E43 | Primary textHigh emphasis contentDark headings |
| 950 | 091D #091D2A | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F2F8FC;
--charcoal-100: #E2EFF9;
--charcoal-200: #C9E2F3;
--charcoal-300: #9FCCEA;
--charcoal-400: #6DB1DF;
--charcoal-500: #439BD6;
--charcoal-600: #287FB8;
--charcoal-700: #206592;
--charcoal-800: #174869;
--charcoal-900: #0F2E43;
--charcoal-950: #091D2A;
}