Charcoal
#36367D
BlueColor Codes
All color formats for development
HEX
#36367DRGB
rgb(54, 54, 125)HSL
hsl(240, 40%, 35%)OKLCH
oklch(0.375 0.117 279.1)CMYK
cmyk(57%, 57%, 0%, 51%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#303070
2#2B2B64
3#252557
4#20204B
5#1B1B3E
6#151532
7#101025
8#0B0B19
9#05050C
Tints
Lighter variations
1#3F3F94
2#4949AB
3#5D5DB9
4#7474C3
5#8B8BCD
6#A2A2D7
7#B9B9E1
8#D1D1EB
9#E8E8F5
Tones
Muted variations
1#393979
2#3D3D76
3#404072
4#44446F
5#47476B
6#4B4B68
7#4F4F64
8#525260
9#56565D
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4F4 #F4F4FA | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E6E6 #E6E6F4 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D1D1 #D1D1EB | Secondary backgroundsInput backgroundsDividers |
| 300 | ADAD #ADADDC | BordersInactive statesPlaceholder text |
| 400 | 8282 #8282C9 | Disabled statesSecondary iconsMuted text |
| 500 | 5E5E #5E5EBA | Primary brand colorCTAsActive elementsLinks |
| 600 | 4343 #43439D | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3636 #36367D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2626 #262659 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1818 #181839 | Primary textHigh emphasis contentDark headings |
| 950 | 0F0F #0F0F24 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F4F4FA;
--charcoal-100: #E6E6F4;
--charcoal-200: #D1D1EB;
--charcoal-300: #ADADDC;
--charcoal-400: #8282C9;
--charcoal-500: #5E5EBA;
--charcoal-600: #43439D;
--charcoal-700: #36367D;
--charcoal-800: #262659;
--charcoal-900: #181839;
--charcoal-950: #0F0F24;
}