Charcoal
#3C5777
BlueColor Codes
All color formats for development
HEX
#3C5777RGB
rgb(60, 87, 119)HSL
hsl(213, 33%, 35%)OKLCH
oklch(0.449 0.062 253.3)CMYK
cmyk(50%, 27%, 0%, 53%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#364E6B
2#30455F
3#2A3C53
4#243447
5#1E2B3B
6#18232F
7#121A24
8#0C1118
9#06090C
Tints
Lighter variations
1#47668D
2#5276A3
3#6587B1
4#7B98BC
5#91A9C7
6#A7BBD3
7#BDCCDE
8#D3DDE9
9#E9EEF4
Tones
Muted variations
1#3F5774
2#425771
3#45576E
4#48576B
5#4B5868
6#4D5865
7#505862
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 | B1C2 #B1C2D8 | BordersInactive statesPlaceholder text |
| 400 | 88A3 #88A3C3 | Disabled statesSecondary iconsMuted text |
| 500 | 6688 #6688B2 | Primary brand colorCTAsActive elementsLinks |
| 600 | 4B6C #4B6C95 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3C56 #3C5677 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2B3E #2B3E55 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1B27 #1B2736 | 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: #B1C2D8;
--charcoal-400: #88A3C3;
--charcoal-500: #6688B2;
--charcoal-600: #4B6C95;
--charcoal-700: #3C5677;
--charcoal-800: #2B3E55;
--charcoal-900: #1B2736;
--charcoal-950: #111922;
}