Charcoal
#363B7C
BlueColor Codes
All color formats for development
HEX
#363B7CRGB
rgb(54, 59, 124)HSL
hsl(236, 39%, 35%)OKLCH
oklch(0.384 0.109 276.7)CMYK
cmyk(56%, 52%, 0%, 51%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#313570
2#2C2F63
3#262957
4#21234A
5#1B1E3E
6#161832
7#101225
8#0B0C19
9#05060C
Tints
Lighter variations
1#414693
2#4B51AA
3#5E64B8
4#757AC2
5#8C90CC
6#A3A6D7
7#BABCE1
8#D1D3EB
9#E8E9F5
Tones
Muted variations
1#3A3E79
2#3D4175
3#414472
4#44476E
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 | D1D3 #D1D3EB | Secondary backgroundsInput backgroundsDividers |
| 300 | ADB1 #ADB1DB | BordersInactive statesPlaceholder text |
| 400 | 8388 #8388C9 | Disabled statesSecondary iconsMuted text |
| 500 | 5F65 #5F65B9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 444A #444A9C | Hover statesFocus ringsPrimary buttons hover |
| 700 | 363B #363B7C | Active/pressed statesDark mode accentsSecondary text |
| 800 | 272A #272A59 | Text on light backgroundsHeadingsStrong borders |
| 900 | 191B #191B39 | 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: #D1D3EB;
--charcoal-300: #ADB1DB;
--charcoal-400: #8388C9;
--charcoal-500: #5F65B9;
--charcoal-600: #444A9C;
--charcoal-700: #363B7C;
--charcoal-800: #272A59;
--charcoal-900: #191B39;
--charcoal-950: #101123;
}