Charcoal
#36447C
BlueColor Codes
All color formats for development
HEX
#36447CRGB
rgb(54, 68, 124)HSL
hsl(228, 39%, 35%)OKLCH
oklch(0.404 0.096 271)CMYK
cmyk(56%, 45%, 0%, 51%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#313E70
2#2C3763
3#263057
4#21294A
5#1B223E
6#161B32
7#101525
8#0B0E19
9#05070C
Tints
Lighter variations
1#415193
2#4B5EAA
3#5E70B8
4#7584C2
5#8C99CC
6#A3ADD7
7#BAC2E1
8#D1D6EB
9#E8EBF5
Tones
Muted variations
1#3A4679
2#3D4975
3#414B72
4#444D6E
5#484F6B
6#4B5167
7#4F5364
8#525560
9#56575D
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4F6 #F4F6FA | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E6E9 #E6E9F4 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D1D6 #D1D6EB | Secondary backgroundsInput backgroundsDividers |
| 300 | ADB7 #ADB7DB | BordersInactive statesPlaceholder text |
| 400 | 8391 #8391C9 | Disabled statesSecondary iconsMuted text |
| 500 | 5F71 #5F71B9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 4456 #44569C | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3644 #36447C | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2731 #273159 | Text on light backgroundsHeadingsStrong borders |
| 900 | 191F #191F39 | Primary textHigh emphasis contentDark headings |
| 950 | 1014 #101423 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F4F6FA;
--charcoal-100: #E6E9F4;
--charcoal-200: #D1D6EB;
--charcoal-300: #ADB7DB;
--charcoal-400: #8391C9;
--charcoal-500: #5F71B9;
--charcoal-600: #44569C;
--charcoal-700: #36447C;
--charcoal-800: #273159;
--charcoal-900: #191F39;
--charcoal-950: #101423;
}