Charcoal
#36527D
BlueColor Codes
All color formats for development
HEX
#36527DRGB
rgb(54, 82, 125)HSL
hsl(216, 40%, 35%)OKLCH
oklch(0.437 0.079 258.7)CMYK
cmyk(57%, 34%, 0%, 51%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#304A70
2#2B4264
3#253957
4#20314B
5#1B293E
6#152132
7#101925
8#0B1019
9#05080C
Tints
Lighter variations
1#3F6194
2#4971AB
3#5D82B9
4#7494C3
5#8BA5CD
6#A2B7D7
7#B9C9E1
8#D1DBEB
9#E8EDF5
Tones
Muted variations
1#395379
2#3D5476
3#405472
4#44556F
5#47566B
6#4B5668
7#4F5764
8#525860
9#56595D
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4F7 #F4F7FA | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E6EC #E6ECF4 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D1DB #D1DBEB | Secondary backgroundsInput backgroundsDividers |
| 300 | ADC0 #ADC0DC | BordersInactive statesPlaceholder text |
| 400 | 829F #829FC9 | Disabled statesSecondary iconsMuted text |
| 500 | 5E83 #5E83BA | Primary brand colorCTAsActive elementsLinks |
| 600 | 4367 #43679D | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3652 #36527D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 263B #263B59 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1826 #182639 | Primary textHigh emphasis contentDark headings |
| 950 | 0F17 #0F1724 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F4F7FA;
--charcoal-100: #E6ECF4;
--charcoal-200: #D1DBEB;
--charcoal-300: #ADC0DC;
--charcoal-400: #829FC9;
--charcoal-500: #5E83BA;
--charcoal-600: #43679D;
--charcoal-700: #36527D;
--charcoal-800: #263B59;
--charcoal-900: #182639;
--charcoal-950: #0F1724;
}