Charcoal
#293B57
BlueColor Codes
All color formats for development
HEX
#293B57RGB
rgb(41, 59, 87)HSL
hsl(217, 36%, 25%)OKLCH
oklch(0.35 0.055 259)CMYK
cmyk(53%, 32%, 0%, 66%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#25354E
2#212F45
3#1D293D
4#182334
5#141D2B
6#101723
7#0C121A
8#080C11
9#040609
Tints
Lighter variations
1#354C71
2#415D8B
3#4E6FA5
4#6383B6
5#7D97C2
6#97ACCE
7#B1C1DA
8#CBD6E7
9#E5EAF3
Tones
Muted variations
1#2B3B54
2#2D3B52
3#303C50
4#323D4E
5#343D4B
6#373E49
7#393E47
8#3B3F44
9#3D3F42
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F5F7 #F5F7FA | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E7EC #E7ECF4 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D2DB #D2DBEA | Secondary backgroundsInput backgroundsDividers |
| 300 | AFBF #AFBFD9 | BordersInactive statesPlaceholder text |
| 400 | 869E #869EC6 | Disabled statesSecondary iconsMuted text |
| 500 | 6383 #6383B6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 4867 #486799 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3952 #395279 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 293A #293A57 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1A25 #1A2537 | Primary textHigh emphasis contentDark headings |
| 950 | 1017 #101723 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F5F7FA;
--charcoal-100: #E7ECF4;
--charcoal-200: #D2DBEA;
--charcoal-300: #AFBFD9;
--charcoal-400: #869EC6;
--charcoal-500: #6383B6;
--charcoal-600: #486799;
--charcoal-700: #395279;
--charcoal-800: #293A57;
--charcoal-900: #1A2537;
--charcoal-950: #101723;
}