Charcoal
#3C5877
BlueColor Codes
All color formats for development
HEX
#3C5877RGB
rgb(60, 88, 119)HSL
hsl(212, 33%, 35%)OKLCH
oklch(0.452 0.061 251.7)CMYK
cmyk(50%, 26%, 0%, 53%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#364F6B
2#30465F
3#2A3D53
4#243447
5#1E2C3B
6#18232F
7#121A24
8#0C1118
9#06090C
Tints
Lighter variations
1#47678D
2#5278A3
3#6588B1
4#7B99BC
5#91AAC7
6#A7BBD3
7#BDCCDE
8#D3DDE9
9#E9EEF4
Tones
Muted variations
1#3F5774
2#425871
3#45586E
4#48586B
5#4B5868
6#4D5865
7#505962
8#53595F
9#56595C
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F5F7 #F5F7FA | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E7ED #E7EDF3 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D3DD #D3DDE9 | Secondary backgroundsInput backgroundsDividers |
| 300 | B1C3 #B1C3D8 | BordersInactive statesPlaceholder text |
| 400 | 88A4 #88A4C3 | Disabled statesSecondary iconsMuted text |
| 500 | 668A #668AB2 | Primary brand colorCTAsActive elementsLinks |
| 600 | 4B6E #4B6E95 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3C57 #3C5777 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2B3E #2B3E55 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1B28 #1B2836 | Primary textHigh emphasis contentDark headings |
| 950 | 1119 #111922 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F5F7FA;
--charcoal-100: #E7EDF3;
--charcoal-200: #D3DDE9;
--charcoal-300: #B1C3D8;
--charcoal-400: #88A4C3;
--charcoal-500: #668AB2;
--charcoal-600: #4B6E95;
--charcoal-700: #3C5777;
--charcoal-800: #2B3E55;
--charcoal-900: #1B2836;
--charcoal-950: #111922;
}