Charcoal
#175169
BlueColor Codes
All color formats for development
HEX
#175169RGB
rgb(23, 81, 105)HSL
hsl(198, 64%, 25%)OKLCH
oklch(0.41 0.07 230)CMYK
cmyk(78%, 23%, 0%, 59%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#15485E
2#124054
3#103849
4#0E303F
5#0B2834
6#09202A
7#07181F
8#051015
9#02080A
Tints
Lighter variations
1#1E6888
2#2580A7
3#2C98C7
4#43AAD6
5#62B8DD
6#82C6E3
7#A1D4EA
8#C0E3F1
9#E0F1F8
Tones
Muted variations
1#1B4E64
2#1F4D60
3#234B5C
4#274A58
5#2B4854
6#2F4650
7#34454C
8#384348
9#3C4144
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2F9 #F2F9FC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2F2 #E2F2F9 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C9E6 #C9E6F3 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9FD3 #9FD3EA | BordersInactive statesPlaceholder text |
| 400 | 6DBD #6DBDDF | Disabled statesSecondary iconsMuted text |
| 500 | 43AA #43AAD6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 288D #288DB8 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2070 #207092 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1750 #175069 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0F33 #0F3343 | Primary textHigh emphasis contentDark headings |
| 950 | 0920 #09202A | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F2F9FC;
--charcoal-100: #E2F2F9;
--charcoal-200: #C9E6F3;
--charcoal-300: #9FD3EA;
--charcoal-400: #6DBDDF;
--charcoal-500: #43AAD6;
--charcoal-600: #288DB8;
--charcoal-700: #207092;
--charcoal-800: #175069;
--charcoal-900: #0F3343;
--charcoal-950: #09202A;
}