Charcoal
#404E72
BlueColor Codes
All color formats for development
HEX
#404E72RGB
rgb(64, 78, 114)HSL
hsl(223, 28%, 35%)OKLCH
oklch(0.428 0.063 267.5)CMYK
cmyk(44%, 32%, 0%, 55%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#3A4767
2#333F5B
3#2D3750
4#272F45
5#202739
6#1A1F2E
7#131822
8#0D1017
9#06080B
Tints
Lighter variations
1#4C5D87
2#586C9D
3#6A7DAB
4#808FB7
5#95A2C3
6#AAB5CF
7#BFC7DB
8#D5DAE7
9#EAECF3
Tones
Muted variations
1#435070
2#45516D
3#48526B
4#4A5368
5#4D5466
6#4F5563
7#525661
8#54575E
9#57585C
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F5F6 #F5F6F9 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E8EB #E8EBF2 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D5DA #D5DAE7 | Secondary backgroundsInput backgroundsDividers |
| 300 | B4BD #B4BDD5 | BordersInactive statesPlaceholder text |
| 400 | 8D9B #8D9BBF | Disabled statesSecondary iconsMuted text |
| 500 | 6C7E #6C7EAC | Primary brand colorCTAsActive elementsLinks |
| 600 | 5163 #516390 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 404E #404E72 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2E38 #2E3852 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1D24 #1D2434 | Primary textHigh emphasis contentDark headings |
| 950 | 1216 #121621 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F5F6F9;
--charcoal-100: #E8EBF2;
--charcoal-200: #D5DAE7;
--charcoal-300: #B4BDD5;
--charcoal-400: #8D9BBF;
--charcoal-500: #6C7EAC;
--charcoal-600: #516390;
--charcoal-700: #404E72;
--charcoal-800: #2E3852;
--charcoal-900: #1D2434;
--charcoal-950: #121621;
}