Charcoal
#365E7D
BlueColor Codes
All color formats for development
HEX
#365E7DRGB
rgb(54, 94, 125)HSL
hsl(206, 40%, 35%)OKLCH
oklch(0.466 0.068 243.3)CMYK
cmyk(57%, 25%, 0%, 51%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#305570
2#2B4B64
3#254257
4#20384B
5#1B2F3E
6#152632
7#101C25
8#0B1319
9#05090C
Tints
Lighter variations
1#3F6F94
2#4981AB
3#5D91B9
4#74A1C3
5#8BB1CD
6#A2C0D7
7#B9D0E1
8#D1E0EB
9#E8EFF5
Tones
Muted variations
1#395E79
2#3D5D76
3#405D72
4#445C6F
5#475C6B
6#4B5B68
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 | ADC7 #ADC7DC | BordersInactive statesPlaceholder text |
| 400 | 82AB #82ABC9 | Disabled statesSecondary iconsMuted text |
| 500 | 5E92 #5E92BA | Primary brand colorCTAsActive elementsLinks |
| 600 | 4376 #43769D | Hover statesFocus ringsPrimary buttons hover |
| 700 | 365E #365E7D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2643 #264359 | Text on light backgroundsHeadingsStrong borders |
| 900 | 182B #182B39 | Primary textHigh emphasis contentDark headings |
| 950 | 0F1B #0F1B24 | 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: #ADC7DC;
--charcoal-400: #82ABC9;
--charcoal-500: #5E92BA;
--charcoal-600: #43769D;
--charcoal-700: #365E7D;
--charcoal-800: #264359;
--charcoal-900: #182B39;
--charcoal-950: #0F1B24;
}