Charcoal
#36467D
BlueColor Codes
All color formats for development
HEX
#36467DRGB
rgb(54, 70, 125)HSL
hsl(226, 40%, 35%)OKLCH
oklch(0.409 0.094 269.7)CMYK
cmyk(57%, 44%, 0%, 51%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#303F70
2#2B3864
3#253157
4#202A4B
5#1B233E
6#151C32
7#101525
8#0B0E19
9#05070C
Tints
Lighter variations
1#3F5394
2#4960AB
3#5D72B9
4#7486C3
5#8B9ACD
6#A2AFD7
7#B9C3E1
8#D1D7EB
9#E8EBF5
Tones
Muted variations
1#394879
2#3D4A76
3#404C72
4#444E6F
5#47506B
6#4B5268
7#4F5464
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 | D1D7 #D1D7EB | Secondary backgroundsInput backgroundsDividers |
| 300 | ADB8 #ADB8DC | BordersInactive statesPlaceholder text |
| 400 | 8293 #8293C9 | Disabled statesSecondary iconsMuted text |
| 500 | 5E74 #5E74BA | Primary brand colorCTAsActive elementsLinks |
| 600 | 4358 #43589D | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3646 #36467D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2632 #263259 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1820 #182039 | Primary textHigh emphasis contentDark headings |
| 950 | 0F14 #0F1424 | 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: #ADB8DC;
--charcoal-400: #8293C9;
--charcoal-500: #5E74BA;
--charcoal-600: #43589D;
--charcoal-700: #36467D;
--charcoal-800: #263259;
--charcoal-900: #182039;
--charcoal-950: #0F1424;
}