Charcoal
#3C4C77
BlueColor Codes
All color formats for development
HEX
#3C4C77RGB
rgb(60, 76, 119)HSL
hsl(224, 33%, 35%)OKLCH
oklch(0.423 0.075 267.7)CMYK
cmyk(50%, 36%, 0%, 53%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#36446B
2#303C5F
3#2A3553
4#242D47
5#1E263B
6#181E2F
7#121724
8#0C0F18
9#06080C
Tints
Lighter variations
1#475A8D
2#5268A3
3#6579B1
4#7B8CBC
5#919FC7
6#A7B2D3
7#BDC6DE
8#D3D9E9
9#E9ECF4
Tones
Muted variations
1#3F4D74
2#424E71
3#45506E
4#48516B
5#4B5268
6#4D5465
7#505562
8#53575F
9#56585C
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 | D3D9 #D3D9E9 | Secondary backgroundsInput backgroundsDividers |
| 300 | B1BB #B1BBD8 | BordersInactive statesPlaceholder text |
| 400 | 8898 #8898C3 | Disabled statesSecondary iconsMuted text |
| 500 | 667B #667BB2 | Primary brand colorCTAsActive elementsLinks |
| 600 | 4B5F #4B5F95 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3C4C #3C4C77 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2B36 #2B3655 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1B23 #1B2336 | Primary textHigh emphasis contentDark headings |
| 950 | 1116 #111622 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F5F6FA;
--charcoal-100: #E7EAF3;
--charcoal-200: #D3D9E9;
--charcoal-300: #B1BBD8;
--charcoal-400: #8898C3;
--charcoal-500: #667BB2;
--charcoal-600: #4B5F95;
--charcoal-700: #3C4C77;
--charcoal-800: #2B3655;
--charcoal-900: #1B2336;
--charcoal-950: #111622;
}