Charcoal
#36497D
BlueColor Codes
All color formats for development
HEX
#36497DRGB
rgb(54, 73, 125)HSL
hsl(224, 40%, 35%)OKLCH
oklch(0.416 0.09 267.3)CMYK
cmyk(57%, 42%, 0%, 51%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#304170
2#2B3A64
3#253357
4#202C4B
5#1B243E
6#151D32
7#101625
8#0B0F19
9#05070C
Tints
Lighter variations
1#3F5694
2#4964AB
3#5D75B9
4#7489C3
5#8B9DCD
6#A2B0D7
7#B9C4E1
8#D1D8EB
9#E8EBF5
Tones
Muted variations
1#394A79
2#3D4C76
3#404E72
4#444F6F
5#47516B
6#4B5368
7#4F5464
8#525660
9#56585D
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4F6 #F4F6FA | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E6EA #E6EAF4 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D1D8 #D1D8EB | Secondary backgroundsInput backgroundsDividers |
| 300 | ADB9 #ADB9DC | BordersInactive statesPlaceholder text |
| 400 | 8295 #8295C9 | Disabled statesSecondary iconsMuted text |
| 500 | 5E77 #5E77BA | Primary brand colorCTAsActive elementsLinks |
| 600 | 435B #435B9D | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3649 #36497D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2634 #263459 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1821 #182139 | Primary textHigh emphasis contentDark headings |
| 950 | 0F15 #0F1524 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F4F6FA;
--charcoal-100: #E6EAF4;
--charcoal-200: #D1D8EB;
--charcoal-300: #ADB9DC;
--charcoal-400: #8295C9;
--charcoal-500: #5E77BA;
--charcoal-600: #435B9D;
--charcoal-700: #36497D;
--charcoal-800: #263459;
--charcoal-900: #182139;
--charcoal-950: #0F1524;
}