Charcoal
#294257
BlueColor Codes
All color formats for development
HEX
#294257RGB
rgb(41, 66, 87)HSL
hsl(207, 36%, 25%)OKLCH
oklch(0.368 0.048 244.9)CMYK
cmyk(53%, 24%, 0%, 66%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#253B4E
2#213545
3#1D2E3D
4#182834
5#14212B
6#101A23
7#0C141A
8#080D11
9#040709
Tints
Lighter variations
1#355671
2#416A8B
3#4E7DA5
4#6390B6
5#7DA3C2
6#97B5CE
7#B1C8DA
8#CBDAE7
9#E5EDF3
Tones
Muted variations
1#2B4254
2#2D4252
3#304150
4#32414E
5#34414B
6#374149
7#394047
8#3B4044
9#3D4042
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F5F8 #F5F8FA | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E7EE #E7EEF4 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D2DF #D2DFEA | Secondary backgroundsInput backgroundsDividers |
| 300 | AFC6 #AFC6D9 | BordersInactive statesPlaceholder text |
| 400 | 86A9 #86A9C6 | Disabled statesSecondary iconsMuted text |
| 500 | 6390 #6390B6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 4874 #487499 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 395C #395C79 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2942 #294257 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1A2A #1A2A37 | 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: #F5F8FA;
--charcoal-100: #E7EEF4;
--charcoal-200: #D2DFEA;
--charcoal-300: #AFC6D9;
--charcoal-400: #86A9C6;
--charcoal-500: #6390B6;
--charcoal-600: #487499;
--charcoal-700: #395C79;
--charcoal-800: #294257;
--charcoal-900: #1A2A37;
--charcoal-950: #101A23;
}