Charcoal
#26415A
BlueColor Codes
All color formats for development
HEX
#26415ARGB
rgb(38, 65, 90)HSL
hsl(209, 41%, 25%)OKLCH
oklch(0.366 0.055 247.7)CMYK
cmyk(58%, 28%, 0%, 65%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#223A51
2#1E3448
3#1A2D3F
4#172736
5#13202D
6#0F1A24
7#0B131B
8#080D12
9#040609
Tints
Lighter variations
1#315475
2#3C6790
3#477BAB
4#5D8EBB
5#78A1C7
6#93B4D2
7#AEC6DD
8#C9D9E8
9#E4ECF4
Tones
Muted variations
1#284157
2#2B4055
3#2D4052
4#30404F
5#33404D
6#35404A
7#384048
8#3B4045
9#3D4042
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4F7 #F4F7FA | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E6ED #E6EDF4 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D0DE #D0DEEB | Secondary backgroundsInput backgroundsDividers |
| 300 | ACC5 #ACC5DC | BordersInactive statesPlaceholder text |
| 400 | 81A7 #81A7CA | Disabled statesSecondary iconsMuted text |
| 500 | 5D8E #5D8EBB | Primary brand colorCTAsActive elementsLinks |
| 600 | 4272 #42729E | Hover statesFocus ringsPrimary buttons hover |
| 700 | 355A #355A7E | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2641 #26415A | Text on light backgroundsHeadingsStrong borders |
| 900 | 1829 #18293A | Primary textHigh emphasis contentDark headings |
| 950 | 0F1A #0F1A24 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F4F7FA;
--charcoal-100: #E6EDF4;
--charcoal-200: #D0DEEB;
--charcoal-300: #ACC5DC;
--charcoal-400: #81A7CA;
--charcoal-500: #5D8EBB;
--charcoal-600: #42729E;
--charcoal-700: #355A7E;
--charcoal-800: #26415A;
--charcoal-900: #18293A;
--charcoal-950: #0F1A24;
}