Charcoal
#363F7C
BlueColor Codes
All color formats for development
HEX
#363F7CRGB
rgb(54, 63, 124)HSL
hsl(232, 39%, 35%)OKLCH
oklch(0.393 0.103 274.4)CMYK
cmyk(56%, 49%, 0%, 51%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#313970
2#2C3363
3#262D57
4#21264A
5#1B203E
6#161932
7#101325
8#0B0D19
9#05060C
Tints
Lighter variations
1#414C93
2#4B57AA
3#5E6AB8
4#757FC2
5#8C94CC
6#A3AAD7
7#BABFE1
8#D1D4EB
9#E8EAF5
Tones
Muted variations
1#3A4279
2#3D4575
3#414772
4#444A6E
5#484C6B
6#4B4F67
7#4F5264
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 | ADB4 #ADB4DB | BordersInactive statesPlaceholder text |
| 400 | 838C #838CC9 | Disabled statesSecondary iconsMuted text |
| 500 | 5F6B #5F6BB9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 4450 #44509C | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3640 #36407C | Active/pressed statesDark mode accentsSecondary text |
| 800 | 272E #272E59 | Text on light backgroundsHeadingsStrong borders |
| 900 | 191D #191D39 | 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: #ADB4DB;
--charcoal-400: #838CC9;
--charcoal-500: #5F6BB9;
--charcoal-600: #44509C;
--charcoal-700: #36407C;
--charcoal-800: #272E59;
--charcoal-900: #191D39;
--charcoal-950: #101223;
}