Charcoal
#26445A
BlueColor Codes
All color formats for development
HEX
#26445ARGB
rgb(38, 68, 90)HSL
hsl(205, 41%, 25%)OKLCH
oklch(0.373 0.052 241.8)CMYK
cmyk(58%, 24%, 0%, 65%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#223D51
2#1E3648
3#1A303F
4#172936
5#13222D
6#0F1B24
7#0B141B
8#080E12
9#040709
Tints
Lighter variations
1#315975
2#3C6D90
3#4781AB
4#5D94BB
5#78A6C7
6#93B8D2
7#AECADD
8#C9DBE8
9#E4EDF4
Tones
Muted variations
1#284457
2#2B4355
3#2D4352
4#30424F
5#33424D
6#35414A
7#384148
8#3B4145
9#3D4042
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4F8 #F4F8FA | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E6EE #E6EEF4 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D0E0 #D0E0EB | Secondary backgroundsInput backgroundsDividers |
| 300 | ACC8 #ACC8DC | BordersInactive statesPlaceholder text |
| 400 | 81AC #81ACCA | Disabled statesSecondary iconsMuted text |
| 500 | 5D94 #5D94BB | Primary brand colorCTAsActive elementsLinks |
| 600 | 4278 #42789E | Hover statesFocus ringsPrimary buttons hover |
| 700 | 355F #355F7E | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2644 #26445A | Text on light backgroundsHeadingsStrong borders |
| 900 | 182C #182C3A | Primary textHigh emphasis contentDark headings |
| 950 | 0F1B #0F1B24 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F4F8FA;
--charcoal-100: #E6EEF4;
--charcoal-200: #D0E0EB;
--charcoal-300: #ACC8DC;
--charcoal-400: #81ACCA;
--charcoal-500: #5D94BB;
--charcoal-600: #42789E;
--charcoal-700: #355F7E;
--charcoal-800: #26445A;
--charcoal-900: #182C3A;
--charcoal-950: #0F1B24;
}