Charcoal
#36597C
BlueColor Codes
All color formats for development
HEX
#36597CRGB
rgb(54, 89, 124)HSL
hsl(210, 39%, 35%)OKLCH
oklch(0.453 0.071 249.6)CMYK
cmyk(56%, 28%, 0%, 51%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#315070
2#2C4763
3#263E57
4#21364A
5#1B2D3E
6#162432
7#101B25
8#0B1219
9#05090C
Tints
Lighter variations
1#416A93
2#4B7AAA
3#5E8BB8
4#759CC2
5#8CACCC
6#A3BDD7
7#BACDE1
8#D1DEEB
9#E8EEF5
Tones
Muted variations
1#3A5979
2#3D5975
3#415972
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 | D1DE #D1DEEB | Secondary backgroundsInput backgroundsDividers |
| 300 | ADC4 #ADC4DB | BordersInactive statesPlaceholder text |
| 400 | 83A6 #83A6C9 | Disabled statesSecondary iconsMuted text |
| 500 | 5F8C #5F8CB9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 4470 #44709C | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3659 #36597C | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2740 #274059 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1929 #192939 | Primary textHigh emphasis contentDark headings |
| 950 | 101A #101A23 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F4F7FA;
--charcoal-100: #E6EDF4;
--charcoal-200: #D1DEEB;
--charcoal-300: #ADC4DB;
--charcoal-400: #83A6C9;
--charcoal-500: #5F8CB9;
--charcoal-600: #44709C;
--charcoal-700: #36597C;
--charcoal-800: #274059;
--charcoal-900: #192939;
--charcoal-950: #101A23;
}