Charcoal
#263959
BlueColor Codes
All color formats for development
HEX
#263959RGB
rgb(38, 57, 89)HSL
hsl(218, 40%, 25%)OKLCH
oklch(0.345 0.062 260.4)CMYK
cmyk(57%, 36%, 0%, 65%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#223350
2#1F2E47
3#1B283E
4#172236
5#131C2D
6#0F1724
7#0B111B
8#080B12
9#040609
Tints
Lighter variations
1#324A74
2#3D5B8F
3#496CAA
4#5E80BA
5#7995C6
6#94AAD1
7#AFC0DD
8#C9D5E8
9#E4EAF4
Tones
Muted variations
1#293A57
2#2B3A54
3#2E3B52
4#303C4F
5#333C4D
6#363D4A
7#383E47
8#3B3E45
9#3D3F42
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4F7 #F4F7FA | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E6EB #E6EBF4 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D1DA #D1DAEB | Secondary backgroundsInput backgroundsDividers |
| 300 | ADBE #ADBEDC | BordersInactive statesPlaceholder text |
| 400 | 829C #829CC9 | Disabled statesSecondary iconsMuted text |
| 500 | 5E80 #5E80BA | Primary brand colorCTAsActive elementsLinks |
| 600 | 4364 #43649D | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3650 #36507D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2639 #263959 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1824 #182439 | Primary textHigh emphasis contentDark headings |
| 950 | 0F17 #0F1724 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F4F7FA;
--charcoal-100: #E6EBF4;
--charcoal-200: #D1DAEB;
--charcoal-300: #ADBEDC;
--charcoal-400: #829CC9;
--charcoal-500: #5E80BA;
--charcoal-600: #43649D;
--charcoal-700: #36507D;
--charcoal-800: #263959;
--charcoal-900: #182439;
--charcoal-950: #0F1724;
}