Charcoal
#36557C
BlueColor Codes
All color formats for development
HEX
#36557CRGB
rgb(54, 85, 124)HSL
hsl(213, 39%, 35%)OKLCH
oklch(0.444 0.074 254.8)CMYK
cmyk(56%, 31%, 0%, 51%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#314D70
2#2C4563
3#263C57
4#21334A
5#1B2B3E
6#162232
7#101A25
8#0B1119
9#05090C
Tints
Lighter variations
1#416693
2#4B76AA
3#5E86B8
4#7598C2
5#8CA9CC
6#A3BAD7
7#BACBE1
8#D1DDEB
9#E8EEF5
Tones
Muted variations
1#3A5679
2#3D5675
3#415772
4#44576E
5#48586B
6#4B5867
7#4F5864
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 | E6EC #E6ECF4 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D1DD #D1DDEB | Secondary backgroundsInput backgroundsDividers |
| 300 | ADC2 #ADC2DB | BordersInactive statesPlaceholder text |
| 400 | 83A2 #83A2C9 | Disabled statesSecondary iconsMuted text |
| 500 | 5F88 #5F88B9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 446C #446C9C | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3656 #36567C | Active/pressed statesDark mode accentsSecondary text |
| 800 | 273D #273D59 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1927 #192739 | Primary textHigh emphasis contentDark headings |
| 950 | 1019 #101923 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F4F7FA;
--charcoal-100: #E6ECF4;
--charcoal-200: #D1DDEB;
--charcoal-300: #ADC2DB;
--charcoal-400: #83A2C9;
--charcoal-500: #5F88B9;
--charcoal-600: #446C9C;
--charcoal-700: #36567C;
--charcoal-800: #273D59;
--charcoal-900: #192739;
--charcoal-950: #101923;
}