Charcoal
#36537D
BlueColor Codes
All color formats for development
HEX
#36537DRGB
rgb(54, 83, 125)HSL
hsl(215, 40%, 35%)OKLCH
oklch(0.439 0.078 257.6)CMYK
cmyk(57%, 34%, 0%, 51%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#304B70
2#2B4364
3#253A57
4#20324B
5#1B2A3E
6#152132
7#101925
8#0B1119
9#05080C
Tints
Lighter variations
1#3F6394
2#4972AB
3#5D83B9
4#7495C3
5#8BA7CD
6#A2B8D7
7#B9CAE1
8#D1DCEB
9#E8EDF5
Tones
Muted variations
1#395479
2#3D5476
3#405572
4#44566F
5#47566B
6#4B5768
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 | D1DC #D1DCEB | Secondary backgroundsInput backgroundsDividers |
| 300 | ADC0 #ADC0DC | BordersInactive statesPlaceholder text |
| 400 | 82A0 #82A0C9 | Disabled statesSecondary iconsMuted text |
| 500 | 5E85 #5E85BA | Primary brand colorCTAsActive elementsLinks |
| 600 | 4369 #43699D | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3653 #36537D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 263B #263B59 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1826 #182639 | Primary textHigh emphasis contentDark headings |
| 950 | 0F18 #0F1824 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F4F7FA;
--charcoal-100: #E6ECF4;
--charcoal-200: #D1DCEB;
--charcoal-300: #ADC0DC;
--charcoal-400: #82A0C9;
--charcoal-500: #5E85BA;
--charcoal-600: #43699D;
--charcoal-700: #36537D;
--charcoal-800: #263B59;
--charcoal-900: #182639;
--charcoal-950: #0F1824;
}