Charcoal
#36617C
BlueColor Codes
All color formats for development
HEX
#36617CRGB
rgb(54, 97, 124)HSL
hsl(203, 39%, 35%)OKLCH
oklch(0.473 0.065 237.8)CMYK
cmyk(56%, 22%, 0%, 51%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#315870
2#2C4E63
3#264457
4#213A4A
5#1B313E
6#162732
7#101D25
8#0B1319
9#050A0C
Tints
Lighter variations
1#417393
2#4B86AA
3#5E96B8
4#75A5C2
5#8CB4CC
6#A3C3D7
7#BAD2E1
8#D1E1EB
9#E8F0F5
Tones
Muted variations
1#3A6179
2#3D6075
3#415F72
4#445E6E
5#485D6B
6#4B5C67
7#4F5C64
8#525B60
9#565A5D
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4F8 #F4F8FA | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E6EF #E6EFF4 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D1E1 #D1E1EB | Secondary backgroundsInput backgroundsDividers |
| 300 | ADCA #ADCADB | BordersInactive statesPlaceholder text |
| 400 | 83AE #83AEC9 | Disabled statesSecondary iconsMuted text |
| 500 | 5F97 #5F97B9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 447A #447A9C | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3661 #36617C | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2746 #274659 | Text on light backgroundsHeadingsStrong borders |
| 900 | 192D #192D39 | Primary textHigh emphasis contentDark headings |
| 950 | 101C #101C23 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F4F8FA;
--charcoal-100: #E6EFF4;
--charcoal-200: #D1E1EB;
--charcoal-300: #ADCADB;
--charcoal-400: #83AEC9;
--charcoal-500: #5F97B9;
--charcoal-600: #447A9C;
--charcoal-700: #36617C;
--charcoal-800: #274659;
--charcoal-900: #192D39;
--charcoal-950: #101C23;
}