Charcoal
#36587C
BlueColor Codes
All color formats for development
HEX
#36587CRGB
rgb(54, 88, 124)HSL
hsl(211, 39%, 35%)OKLCH
oklch(0.451 0.071 251)CMYK
cmyk(56%, 29%, 0%, 51%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#314F70
2#2C4663
3#263E57
4#21354A
5#1B2C3E
6#162332
7#101A25
8#0B1219
9#05090C
Tints
Lighter variations
1#416893
2#4B79AA
3#5E89B8
4#759AC2
5#8CABCC
6#A3BCD7
7#BACDE1
8#D1DDEB
9#E8EEF5
Tones
Muted variations
1#3A5879
2#3D5875
3#415872
4#44596E
5#48596B
6#4B5967
7#4F5964
8#525960
9#56595D
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4F7 #F4F7FA | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E6ED #E6EDF4 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D1DD #D1DDEB | Secondary backgroundsInput backgroundsDividers |
| 300 | ADC4 #ADC4DB | BordersInactive statesPlaceholder text |
| 400 | 83A5 #83A5C9 | Disabled statesSecondary iconsMuted text |
| 500 | 5F8B #5F8BB9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 446F #446F9C | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3658 #36587C | Active/pressed statesDark mode accentsSecondary text |
| 800 | 273F #273F59 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1928 #192839 | Primary textHigh emphasis contentDark headings |
| 950 | 1019 #101923 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F4F7FA;
--charcoal-100: #E6EDF4;
--charcoal-200: #D1DDEB;
--charcoal-300: #ADC4DB;
--charcoal-400: #83A5C9;
--charcoal-500: #5F8BB9;
--charcoal-600: #446F9C;
--charcoal-700: #36587C;
--charcoal-800: #273F59;
--charcoal-900: #192839;
--charcoal-950: #101923;
}