Charcoal
#363F7D
BlueColor Codes
All color formats for development
HEX
#363F7DRGB
rgb(54, 63, 125)HSL
hsl(232, 40%, 35%)OKLCH
oklch(0.394 0.104 274.4)CMYK
cmyk(57%, 50%, 0%, 51%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#303970
2#2B3264
3#252C57
4#20264B
5#1B203E
6#151932
7#101325
8#0B0D19
9#05060C
Tints
Lighter variations
1#3F4B94
2#4956AB
3#5D69B9
4#747EC3
5#8B94CD
6#A2A9D7
7#B9BFE1
8#D1D4EB
9#E8EAF5
Tones
Muted variations
1#394279
2#3D4476
3#404772
4#444A6F
5#474C6B
6#4B4F68
7#4F5164
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 | D1D4 #D1D4EB | Secondary backgroundsInput backgroundsDividers |
| 300 | ADB3 #ADB3DC | BordersInactive statesPlaceholder text |
| 400 | 828C #828CC9 | Disabled statesSecondary iconsMuted text |
| 500 | 5E6B #5E6BBA | Primary brand colorCTAsActive elementsLinks |
| 600 | 434F #434F9D | Hover statesFocus ringsPrimary buttons hover |
| 700 | 363F #363F7D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 262D #262D59 | 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: #D1D4EB;
--charcoal-300: #ADB3DC;
--charcoal-400: #828CC9;
--charcoal-500: #5E6BBA;
--charcoal-600: #434F9D;
--charcoal-700: #363F7D;
--charcoal-800: #262D59;
--charcoal-900: #181D39;
--charcoal-950: #0F1224;
}