Charcoal
#182739
BlueColor Codes
All color formats for development
HEX
#182739RGB
rgb(24, 39, 57)HSL
hsl(213, 41%, 16%)OKLCH
oklch(0.268 0.04 253.6)CMYK
cmyk(58%, 32%, 0%, 78%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#162334
2#131F2E
3#111B28
4#0E1723
5#0C141D
6#0A1017
7#070C11
8#05080C
9#020406
Tints
Lighter variations
1#253C58
2#315076
3#3E6594
4#4B79B2
5#6890C0
6#86A6CC
7#A4BCD9
8#C3D2E6
9#E1E9F2
Tones
Muted variations
1#1A2738
2#1B2736
3#1D2835
4#1F2833
5#202831
6#22282F
7#24282E
8#25282C
9#27292A
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4F7 #F4F7FA | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E6EC #E6ECF4 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D0DC #D0DCEB | Secondary backgroundsInput backgroundsDividers |
| 300 | ACC2 #ACC2DC | BordersInactive statesPlaceholder text |
| 400 | 81A2 #81A2CA | Disabled statesSecondary iconsMuted text |
| 500 | 5D88 #5D88BB | Primary brand colorCTAsActive elementsLinks |
| 600 | 426C #426C9E | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3556 #35567E | Active/pressed statesDark mode accentsSecondary text |
| 800 | 263D #263D5A | Text on light backgroundsHeadingsStrong borders |
| 900 | 1827 #18273A | Primary textHigh emphasis contentDark headings |
| 950 | 0F18 #0F1824 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F4F7FA;
--charcoal-100: #E6ECF4;
--charcoal-200: #D0DCEB;
--charcoal-300: #ACC2DC;
--charcoal-400: #81A2CA;
--charcoal-500: #5D88BB;
--charcoal-600: #426C9E;
--charcoal-700: #35567E;
--charcoal-800: #263D5A;
--charcoal-900: #18273A;
--charcoal-950: #0F1824;
}