Charcoal
#36417D
BlueColor Codes
All color formats for development
HEX
#36417DRGB
rgb(54, 65, 125)HSL
hsl(231, 40%, 35%)OKLCH
oklch(0.398 0.101 273.1)CMYK
cmyk(57%, 48%, 0%, 51%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#303A70
2#2B3364
3#252D57
4#20274B
5#1B203E
6#151A32
7#101325
8#0B0D19
9#05060C
Tints
Lighter variations
1#3F4C94
2#4958AB
3#5D6AB9
4#7480C3
5#8B95CD
6#A2AAD7
7#B9BFE1
8#D1D5EB
9#E8EAF5
Tones
Muted variations
1#394379
2#3D4576
3#404872
4#444A6F
5#474D6B
6#4B4F68
7#4F5264
8#525460
9#56575D
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4F5 #F4F5FA | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E6E8 #E6E8F4 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D1D5 #D1D5EB | Secondary backgroundsInput backgroundsDividers |
| 300 | ADB4 #ADB4DC | BordersInactive statesPlaceholder text |
| 400 | 828D #828DC9 | Disabled statesSecondary iconsMuted text |
| 500 | 5E6C #5E6CBA | Primary brand colorCTAsActive elementsLinks |
| 600 | 4351 #43519D | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3640 #36407D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 262E #262E59 | Text on light backgroundsHeadingsStrong borders |
| 900 | 181D #181D39 | Primary textHigh emphasis contentDark headings |
| 950 | 0F12 #0F1224 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F4F5FA;
--charcoal-100: #E6E8F4;
--charcoal-200: #D1D5EB;
--charcoal-300: #ADB4DC;
--charcoal-400: #828DC9;
--charcoal-500: #5E6CBA;
--charcoal-600: #43519D;
--charcoal-700: #36407D;
--charcoal-800: #262E59;
--charcoal-900: #181D39;
--charcoal-950: #0F1224;
}