Charcoal
#294157
BlueColor Codes
All color formats for development
HEX
#294157RGB
rgb(41, 65, 87)HSL
hsl(209, 36%, 25%)OKLCH
oklch(0.366 0.049 247.2)CMYK
cmyk(53%, 25%, 0%, 66%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#253A4E
2#213445
3#1D2D3D
4#182734
5#14202B
6#101A23
7#0C131A
8#080D11
9#040609
Tints
Lighter variations
1#355471
2#41678B
3#4E7BA5
4#638EB6
5#7DA1C2
6#97B3CE
7#B1C6DA
8#CBD9E7
9#E5ECF3
Tones
Muted variations
1#2B4054
2#2D4052
3#304050
4#32404E
5#34404B
6#374049
7#394047
8#3B4044
9#3D4042
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F5F7 #F5F7FA | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E7ED #E7EDF4 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D2DE #D2DEEA | Secondary backgroundsInput backgroundsDividers |
| 300 | AFC5 #AFC5D9 | BordersInactive statesPlaceholder text |
| 400 | 86A7 #86A7C6 | Disabled statesSecondary iconsMuted text |
| 500 | 638E #638EB6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 4872 #487299 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 395A #395A79 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2941 #294157 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1A29 #1A2937 | Primary textHigh emphasis contentDark headings |
| 950 | 101A #101A23 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F5F7FA;
--charcoal-100: #E7EDF4;
--charcoal-200: #D2DEEA;
--charcoal-300: #AFC5D9;
--charcoal-400: #86A7C6;
--charcoal-500: #638EB6;
--charcoal-600: #487299;
--charcoal-700: #395A79;
--charcoal-800: #294157;
--charcoal-900: #1A2937;
--charcoal-950: #101A23;
}