Charcoal
#365F7C
BlueColor Codes
All color formats for development
HEX
#365F7CRGB
rgb(54, 95, 124)HSL
hsl(205, 39%, 35%)OKLCH
oklch(0.468 0.066 240.9)CMYK
cmyk(56%, 23%, 0%, 51%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#315670
2#2C4C63
3#264357
4#21394A
5#1B303E
6#162632
7#101D25
8#0B1319
9#050A0C
Tints
Lighter variations
1#417193
2#4B82AA
3#5E93B8
4#75A2C2
5#8CB2CC
6#A3C1D7
7#BAD1E1
8#D1E0EB
9#E8F0F5
Tones
Muted variations
1#3A5E79
2#3D5E75
3#415D72
4#445D6E
5#485C6B
6#4B5C67
7#4F5B64
8#525A60
9#565A5D
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4F8 #F4F8FA | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E6EE #E6EEF4 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D1E0 #D1E0EB | Secondary backgroundsInput backgroundsDividers |
| 300 | ADC8 #ADC8DB | BordersInactive statesPlaceholder text |
| 400 | 83AC #83ACC9 | Disabled statesSecondary iconsMuted text |
| 500 | 5F94 #5F94B9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 4477 #44779C | Hover statesFocus ringsPrimary buttons hover |
| 700 | 365F #365F7C | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2744 #274459 | Text on light backgroundsHeadingsStrong borders |
| 900 | 192B #192B39 | Primary textHigh emphasis contentDark headings |
| 950 | 101B #101B23 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F4F8FA;
--charcoal-100: #E6EEF4;
--charcoal-200: #D1E0EB;
--charcoal-300: #ADC8DB;
--charcoal-400: #83ACC9;
--charcoal-500: #5F94B9;
--charcoal-600: #44779C;
--charcoal-700: #365F7C;
--charcoal-800: #274459;
--charcoal-900: #192B39;
--charcoal-950: #101B23;
}