Charcoal
#365A7C
BlueColor Codes
All color formats for development
HEX
#365A7CRGB
rgb(54, 90, 124)HSL
hsl(209, 39%, 35%)OKLCH
oklch(0.456 0.07 248.3)CMYK
cmyk(56%, 27%, 0%, 51%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#315170
2#2C4863
3#263F57
4#21364A
5#1B2D3E
6#162432
7#101B25
8#0B1219
9#05090C
Tints
Lighter variations
1#416B93
2#4B7CAA
3#5E8CB8
4#759DC2
5#8CADCC
6#A3BED7
7#BACEE1
8#D1DEEB
9#E8EFF5
Tones
Muted variations
1#3A5A79
2#3D5A75
3#415A72
4#445A6E
5#485A6B
6#4B5A67
7#4F5A64
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 | ADC5 #ADC5DB | BordersInactive statesPlaceholder text |
| 400 | 83A7 #83A7C9 | Disabled statesSecondary iconsMuted text |
| 500 | 5F8E #5F8EB9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 4472 #44729C | Hover statesFocus ringsPrimary buttons hover |
| 700 | 365A #365A7C | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2741 #274159 | 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: #ADC5DB;
--charcoal-400: #83A7C9;
--charcoal-500: #5F8EB9;
--charcoal-600: #44729C;
--charcoal-700: #365A7C;
--charcoal-800: #274159;
--charcoal-900: #192939;
--charcoal-950: #101A23;
}