Charcoal
#294057
BlueColor Codes
All color formats for development
HEX
#294057RGB
rgb(41, 64, 87)HSL
hsl(210, 36%, 25%)OKLCH
oklch(0.363 0.049 249.3)CMYK
cmyk(53%, 26%, 0%, 66%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#25394E
2#213345
3#1D2D3D
4#182634
5#14202B
6#101923
7#0C131A
8#080D11
9#040609
Tints
Lighter variations
1#355371
2#41668B
3#4E79A5
4#638CB6
5#7D9FC2
6#97B2CE
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 | AFC4 #AFC4D9 | BordersInactive statesPlaceholder text |
| 400 | 86A6 #86A6C6 | Disabled statesSecondary iconsMuted text |
| 500 | 638C #638CB6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 4870 #487099 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3959 #395979 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2940 #294057 | 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: #AFC4D9;
--charcoal-400: #86A6C6;
--charcoal-500: #638CB6;
--charcoal-600: #487099;
--charcoal-700: #395979;
--charcoal-800: #294057;
--charcoal-900: #1A2937;
--charcoal-950: #101A23;
}