Charcoal
#396479
BlueColor Codes
All color formats for development
HEX
#396479RGB
rgb(57, 100, 121)HSL
hsl(200, 36%, 35%)OKLCH
oklch(0.481 0.059 230.9)CMYK
cmyk(53%, 17%, 0%, 53%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#335A6D
2#2E5061
3#284655
4#223C49
5#1D323D
6#172831
7#111E24
8#0B1418
9#060A0C
Tints
Lighter variations
1#447790
2#4E89A6
3#6199B5
4#78A7BF
5#8EB6CA
6#A5C5D5
7#BBD3DF
8#D2E2EA
9#E8F0F4
Tones
Muted variations
1#3C6376
2#406273
3#436170
4#46606D
5#495F69
6#4C5E66
7#505C63
8#535B60
9#565A5C
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F5F8 #F5F8FA | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E7EF #E7EFF4 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D2E2 #D2E2EA | Secondary backgroundsInput backgroundsDividers |
| 300 | AFCB #AFCBD9 | BordersInactive statesPlaceholder text |
| 400 | 86B0 #86B0C6 | Disabled statesSecondary iconsMuted text |
| 500 | 639A #639AB6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 487E #487E99 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3964 #396479 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2947 #294757 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1A2E #1A2E37 | Primary textHigh emphasis contentDark headings |
| 950 | 101D #101D23 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F5F8FA;
--charcoal-100: #E7EFF4;
--charcoal-200: #D2E2EA;
--charcoal-300: #AFCBD9;
--charcoal-400: #86B0C6;
--charcoal-500: #639AB6;
--charcoal-600: #487E99;
--charcoal-700: #396479;
--charcoal-800: #294757;
--charcoal-900: #1A2E37;
--charcoal-950: #101D23;
}