Charcoal
#394F79
BlueColor Codes
All color formats for development
HEX
#394F79RGB
rgb(57, 79, 121)HSL
hsl(219, 36%, 35%)OKLCH
oklch(0.429 0.075 262.6)CMYK
cmyk(53%, 35%, 0%, 53%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#33486D
2#2E4061
3#283855
4#223049
5#1D283D
6#172031
7#111824
8#0B1018
9#06080C
Tints
Lighter variations
1#445E90
2#4E6DA6
3#617EB5
4#7891BF
5#8EA3CA
6#A5B6D5
7#BBC8DF
8#D2DAEA
9#E8EDF4
Tones
Muted variations
1#3C5176
2#405273
3#435370
4#46536D
5#495469
6#4C5566
7#505663
8#535760
9#56585C
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F5F7 #F5F7FA | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E7EB #E7EBF4 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D2DA #D2DAEA | Secondary backgroundsInput backgroundsDividers |
| 300 | AFBE #AFBED9 | BordersInactive statesPlaceholder text |
| 400 | 869C #869CC6 | Disabled statesSecondary iconsMuted text |
| 500 | 6380 #6380B6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 4864 #486499 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3950 #395079 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2939 #293957 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1A24 #1A2437 | 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: #E7EBF4;
--charcoal-200: #D2DAEA;
--charcoal-300: #AFBED9;
--charcoal-400: #869CC6;
--charcoal-500: #6380B6;
--charcoal-600: #486499;
--charcoal-700: #395079;
--charcoal-800: #293957;
--charcoal-900: #1A2437;
--charcoal-950: #101723;
}