Charcoal
#36467C
BlueColor Codes
All color formats for development
HEX
#36467CRGB
rgb(54, 70, 124)HSL
hsl(226, 39%, 35%)OKLCH
oklch(0.408 0.093 269.5)CMYK
cmyk(56%, 44%, 0%, 51%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#314070
2#2C3963
3#263157
4#212A4A
5#1B233E
6#161C32
7#101525
8#0B0E19
9#05070C
Tints
Lighter variations
1#415493
2#4B61AA
3#5E73B8
4#7587C2
5#8C9BCC
6#A3AFD7
7#BAC3E1
8#D1D7EB
9#E8EBF5
Tones
Muted variations
1#3A4979
2#3D4A75
3#414C72
4#444E6E
5#48506B
6#4B5267
7#4F5464
8#525660
9#56575D
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4F6 #F4F6FA | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E6E9 #E6E9F4 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D1D7 #D1D7EB | Secondary backgroundsInput backgroundsDividers |
| 300 | ADB8 #ADB8DB | BordersInactive statesPlaceholder text |
| 400 | 8393 #8393C9 | Disabled statesSecondary iconsMuted text |
| 500 | 5F74 #5F74B9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 4459 #44599C | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3647 #36477C | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2732 #273259 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1920 #192039 | Primary textHigh emphasis contentDark headings |
| 950 | 1014 #101423 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F4F6FA;
--charcoal-100: #E6E9F4;
--charcoal-200: #D1D7EB;
--charcoal-300: #ADB8DB;
--charcoal-400: #8393C9;
--charcoal-500: #5F74B9;
--charcoal-600: #44599C;
--charcoal-700: #36477C;
--charcoal-800: #273259;
--charcoal-900: #192039;
--charcoal-950: #101423;
}