Charcoal
#3C5077
BlueColor Codes
All color formats for development
HEX
#3C5077RGB
rgb(60, 80, 119)HSL
hsl(220, 33%, 35%)OKLCH
oklch(0.433 0.07 263)CMYK
cmyk(50%, 33%, 0%, 53%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#36476B
2#30405F
3#2A3853
4#243047
5#1E283B
6#18202F
7#121824
8#0C1018
9#06080C
Tints
Lighter variations
1#475E8D
2#526DA3
3#657EB1
4#7B91BC
5#91A3C7
6#A7B5D3
7#BDC8DE
8#D3DAE9
9#E9EDF4
Tones
Muted variations
1#3F5074
2#425171
3#45526E
4#48536B
5#4B5468
6#4D5565
7#505662
8#53575F
9#56585C
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F5F7 #F5F7FA | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E7EB #E7EBF3 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D3DA #D3DAE9 | Secondary backgroundsInput backgroundsDividers |
| 300 | B1BE #B1BED8 | BordersInactive statesPlaceholder text |
| 400 | 889C #889CC3 | Disabled statesSecondary iconsMuted text |
| 500 | 6680 #6680B2 | Primary brand colorCTAsActive elementsLinks |
| 600 | 4B64 #4B6495 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3C4F #3C4F77 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2B39 #2B3955 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1B24 #1B2436 | Primary textHigh emphasis contentDark headings |
| 950 | 1117 #111722 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F5F7FA;
--charcoal-100: #E7EBF3;
--charcoal-200: #D3DAE9;
--charcoal-300: #B1BED8;
--charcoal-400: #889CC3;
--charcoal-500: #6680B2;
--charcoal-600: #4B6495;
--charcoal-700: #3C4F77;
--charcoal-800: #2B3955;
--charcoal-900: #1B2436;
--charcoal-950: #111722;
}