Charcoal
#36477C
BlueColor Codes
All color formats for development
HEX
#36477CRGB
rgb(54, 71, 124)HSL
hsl(225, 39%, 35%)OKLCH
oklch(0.411 0.091 268.7)CMYK
cmyk(56%, 43%, 0%, 51%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#314170
2#2C3963
3#263257
4#212B4A
5#1B243E
6#161D32
7#101625
8#0B0E19
9#05070C
Tints
Lighter variations
1#415593
2#4B63AA
3#5E74B8
4#7588C2
5#8C9CCC
6#A3B0D7
7#BAC4E1
8#D1D7EB
9#E8EBF5
Tones
Muted variations
1#3A4A79
2#3D4B75
3#414D72
4#444F6E
5#48516B
6#4B5267
7#4F5464
8#525660
9#56585D
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4F6 #F4F6FA | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E6EA #E6EAF4 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D1D7 #D1D7EB | Secondary backgroundsInput backgroundsDividers |
| 300 | ADB9 #ADB9DB | BordersInactive statesPlaceholder text |
| 400 | 8394 #8394C9 | Disabled statesSecondary iconsMuted text |
| 500 | 5F76 #5F76B9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 445A #445A9C | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3648 #36487C | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2733 #273359 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1921 #192139 | Primary textHigh emphasis contentDark headings |
| 950 | 1015 #101523 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F4F6FA;
--charcoal-100: #E6EAF4;
--charcoal-200: #D1D7EB;
--charcoal-300: #ADB9DB;
--charcoal-400: #8394C9;
--charcoal-500: #5F76B9;
--charcoal-600: #445A9C;
--charcoal-700: #36487C;
--charcoal-800: #273359;
--charcoal-900: #192139;
--charcoal-950: #101523;
}