Charcoal
#36447D
BlueColor Codes
All color formats for development
HEX
#36447DRGB
rgb(54, 68, 125)HSL
hsl(228, 40%, 35%)OKLCH
oklch(0.405 0.097 271.1)CMYK
cmyk(57%, 46%, 0%, 51%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#303D70
2#2B3664
3#252F57
4#20294B
5#1B223E
6#151B32
7#101425
8#0B0E19
9#05070C
Tints
Lighter variations
1#3F5094
2#495DAB
3#5D6FB9
4#7484C3
5#8B98CD
6#A2ADD7
7#B9C1E1
8#D1D6EB
9#E8EAF5
Tones
Muted variations
1#394679
2#3D4876
3#404A72
4#444C6F
5#474F6B
6#4B5168
7#4F5364
8#525560
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 | D1D6 #D1D6EB | Secondary backgroundsInput backgroundsDividers |
| 300 | ADB6 #ADB6DC | BordersInactive statesPlaceholder text |
| 400 | 8290 #8290C9 | Disabled statesSecondary iconsMuted text |
| 500 | 5E71 #5E71BA | Primary brand colorCTAsActive elementsLinks |
| 600 | 4355 #43559D | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3644 #36447D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2630 #263059 | Text on light backgroundsHeadingsStrong borders |
| 900 | 181F #181F39 | Primary textHigh emphasis contentDark headings |
| 950 | 0F13 #0F1324 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F4F6FA;
--charcoal-100: #E6E9F4;
--charcoal-200: #D1D6EB;
--charcoal-300: #ADB6DC;
--charcoal-400: #8290C9;
--charcoal-500: #5E71BA;
--charcoal-600: #43559D;
--charcoal-700: #36447D;
--charcoal-800: #263059;
--charcoal-900: #181F39;
--charcoal-950: #0F1324;
}