Charcoal
#293857
BlueColor Codes
All color formats for development
HEX
#293857RGB
rgb(41, 56, 87)HSL
hsl(220, 36%, 25%)OKLCH
oklch(0.343 0.058 263.9)CMYK
cmyk(53%, 36%, 0%, 66%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#25324E
2#212D45
3#1D273D
4#182234
5#141C2B
6#101623
7#0C111A
8#080B11
9#040609
Tints
Lighter variations
1#354971
2#415A8B
3#4E6BA5
4#637EB6
5#7D94C2
6#97A9CE
7#B1BFDA
8#CBD4E7
9#E5EAF3
Tones
Muted variations
1#2B3954
2#2D3A52
3#303A50
4#323B4E
5#343C4B
6#373D49
7#393D47
8#3B3E44
9#3D3F42
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F5F6 #F5F6FA | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E7EB #E7EBF4 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D2DA #D2DAEA | Secondary backgroundsInput backgroundsDividers |
| 300 | AFBD #AFBDD9 | BordersInactive statesPlaceholder text |
| 400 | 869B #869BC6 | Disabled statesSecondary iconsMuted text |
| 500 | 637E #637EB6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 4863 #486399 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 394F #394F79 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2938 #293857 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1A24 #1A2437 | Primary textHigh emphasis contentDark headings |
| 950 | 1016 #101623 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F5F6FA;
--charcoal-100: #E7EBF4;
--charcoal-200: #D2DAEA;
--charcoal-300: #AFBDD9;
--charcoal-400: #869BC6;
--charcoal-500: #637EB6;
--charcoal-600: #486399;
--charcoal-700: #394F79;
--charcoal-800: #293857;
--charcoal-900: #1A2437;
--charcoal-950: #101623;
}