Charcoal
#394C79
BlueColor Codes
All color formats for development
HEX
#394C79RGB
rgb(57, 76, 121)HSL
hsl(222, 36%, 35%)OKLCH
oklch(0.422 0.079 265.8)CMYK
cmyk(53%, 37%, 0%, 53%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#33456D
2#2E3D61
3#283555
4#222E49
5#1D263D
6#171F31
7#111724
8#0B0F18
9#06080C
Tints
Lighter variations
1#445B90
2#4E69A6
3#617AB5
4#788DBF
5#8EA0CA
6#A5B3D5
7#BBC6DF
8#D2D9EA
9#E8ECF4
Tones
Muted variations
1#3C4E76
2#404F73
3#435070
4#46526D
5#495369
6#4C5466
7#505563
8#535760
9#56585C
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F5F6 #F5F6FA | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E7EB #E7EBF4 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D2D9 #D2D9EA | Secondary backgroundsInput backgroundsDividers |
| 300 | AFBC #AFBCD9 | BordersInactive statesPlaceholder text |
| 400 | 8699 #8699C6 | Disabled statesSecondary iconsMuted text |
| 500 | 637C #637CB6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 4860 #486099 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 394C #394C79 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2937 #293757 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1A23 #1A2337 | Primary textHigh emphasis contentDark headings |
| 950 | 1016 #101623 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F5F6FA;
--charcoal-100: #E7EBF4;
--charcoal-200: #D2D9EA;
--charcoal-300: #AFBCD9;
--charcoal-400: #8699C6;
--charcoal-500: #637CB6;
--charcoal-600: #486099;
--charcoal-700: #394C79;
--charcoal-800: #293757;
--charcoal-900: #1A2337;
--charcoal-950: #101623;
}