Charcoal
#363D7C
BlueColor Codes
All color formats for development
HEX
#363D7CRGB
rgb(54, 61, 124)HSL
hsl(234, 39%, 35%)OKLCH
oklch(0.389 0.106 275.6)CMYK
cmyk(56%, 51%, 0%, 51%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#313770
2#2C3163
3#262B57
4#21254A
5#1B1F3E
6#161932
7#101225
8#0B0C19
9#05060C
Tints
Lighter variations
1#414993
2#4B54AA
3#5E67B8
4#757DC2
5#8C92CC
6#A3A8D7
7#BABEE1
8#D1D4EB
9#E8E9F5
Tones
Muted variations
1#3A4079
2#3D4375
3#414672
4#44496E
5#484B6B
6#4B4E67
7#4F5164
8#525460
9#56565D
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 | ADB2 #ADB2DB | BordersInactive statesPlaceholder text |
| 400 | 838A #838AC9 | Disabled statesSecondary iconsMuted text |
| 500 | 5F68 #5F68B9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 444D #444D9C | Hover statesFocus ringsPrimary buttons hover |
| 700 | 363D #363D7C | Active/pressed statesDark mode accentsSecondary text |
| 800 | 272C #272C59 | Text on light backgroundsHeadingsStrong borders |
| 900 | 191C #191C39 | Primary textHigh emphasis contentDark headings |
| 950 | 1012 #101223 | 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: #ADB2DB;
--charcoal-400: #838AC9;
--charcoal-500: #5F68B9;
--charcoal-600: #444D9C;
--charcoal-700: #363D7C;
--charcoal-800: #272C59;
--charcoal-900: #191C39;
--charcoal-950: #101223;
}