Charcoal
#3C4877
BlueColor Codes
All color formats for development
HEX
#3C4877RGB
rgb(60, 72, 119)HSL
hsl(228, 33%, 35%)OKLCH
oklch(0.414 0.08 271.7)CMYK
cmyk(50%, 39%, 0%, 53%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#36406B
2#30395F
3#2A3253
4#242B47
5#1E243B
6#181D2F
7#121524
8#0C0E18
9#06070C
Tints
Lighter variations
1#47558D
2#5262A3
3#6574B1
4#7B88BC
5#919CC7
6#A7B0D3
7#BDC3DE
8#D3D7E9
9#E9EBF4
Tones
Muted variations
1#3F4974
2#424B71
3#454D6E
4#484F6B
5#4B5068
6#4D5265
7#505462
8#53565F
9#56575C
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F5F6 #F5F6FA | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E7EA #E7EAF3 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D3D7 #D3D7E9 | Secondary backgroundsInput backgroundsDividers |
| 300 | B1B9 #B1B9D8 | BordersInactive statesPlaceholder text |
| 400 | 8894 #8894C3 | Disabled statesSecondary iconsMuted text |
| 500 | 6676 #6676B2 | Primary brand colorCTAsActive elementsLinks |
| 600 | 4B5A #4B5A95 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3C48 #3C4877 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2B33 #2B3355 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1B21 #1B2136 | Primary textHigh emphasis contentDark headings |
| 950 | 1114 #111422 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F5F6FA;
--charcoal-100: #E7EAF3;
--charcoal-200: #D3D7E9;
--charcoal-300: #B1B9D8;
--charcoal-400: #8894C3;
--charcoal-500: #6676B2;
--charcoal-600: #4B5A95;
--charcoal-700: #3C4877;
--charcoal-800: #2B3355;
--charcoal-900: #1B2136;
--charcoal-950: #111422;
}