Charcoal
#36397C
BlueColor Codes
All color formats for development
HEX
#36397CRGB
rgb(54, 57, 124)HSL
hsl(237, 39%, 35%)OKLCH
oklch(0.38 0.111 277.8)CMYK
cmyk(56%, 54%, 0%, 51%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#313470
2#2C2E63
3#262957
4#21234A
5#1B1D3E
6#161732
7#101125
8#0B0C19
9#05060C
Tints
Lighter variations
1#414593
2#4B4FAA
3#5E62B8
4#7579C2
5#8C8FCC
6#A3A5D7
7#BABCE1
8#D1D2EB
9#E8E9F5
Tones
Muted variations
1#3A3D79
2#3D4075
3#414372
4#44466E
5#484A6B
6#4B4D67
7#4F5064
8#525360
9#56565D
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4F5 #F4F5FA | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E6E7 #E6E7F4 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D1D2 #D1D2EB | Secondary backgroundsInput backgroundsDividers |
| 300 | ADB0 #ADB0DB | BordersInactive statesPlaceholder text |
| 400 | 8386 #8386C9 | Disabled statesSecondary iconsMuted text |
| 500 | 5F64 #5F64B9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 4449 #44499C | Hover statesFocus ringsPrimary buttons hover |
| 700 | 363A #363A7C | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2729 #272959 | Text on light backgroundsHeadingsStrong borders |
| 900 | 191A #191A39 | Primary textHigh emphasis contentDark headings |
| 950 | 1011 #101123 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F4F5FA;
--charcoal-100: #E6E7F4;
--charcoal-200: #D1D2EB;
--charcoal-300: #ADB0DB;
--charcoal-400: #8386C9;
--charcoal-500: #5F64B9;
--charcoal-600: #44499C;
--charcoal-700: #363A7C;
--charcoal-800: #272959;
--charcoal-900: #191A39;
--charcoal-950: #101123;
}