Charcoal
#396279
BlueColor Codes
All color formats for development
HEX
#396279RGB
rgb(57, 98, 121)HSL
hsl(202, 36%, 35%)OKLCH
oklch(0.476 0.059 234.5)CMYK
cmyk(53%, 19%, 0%, 53%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#33586D
2#2E4E61
3#284455
4#223B49
5#1D313D
6#172731
7#111D24
8#0B1418
9#060A0C
Tints
Lighter variations
1#447490
2#4E86A6
3#6196B5
4#78A5BF
5#8EB4CA
6#A5C3D5
7#BBD2DF
8#D2E1EA
9#E8F0F4
Tones
Muted variations
1#3C6176
2#406073
3#435F70
4#465E6D
5#495E69
6#4C5D66
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 | D2E1 #D2E1EA | Secondary backgroundsInput backgroundsDividers |
| 300 | AFCA #AFCAD9 | BordersInactive statesPlaceholder text |
| 400 | 86AE #86AEC6 | Disabled statesSecondary iconsMuted text |
| 500 | 6397 #6397B6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 487B #487B99 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3962 #396279 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2946 #294657 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1A2D #1A2D37 | Primary textHigh emphasis contentDark headings |
| 950 | 101C #101C23 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F5F8FA;
--charcoal-100: #E7EFF4;
--charcoal-200: #D2E1EA;
--charcoal-300: #AFCAD9;
--charcoal-400: #86AEC6;
--charcoal-500: #6397B6;
--charcoal-600: #487B99;
--charcoal-700: #396279;
--charcoal-800: #294657;
--charcoal-900: #1A2D37;
--charcoal-950: #101C23;
}