Charcoal
#3C3C77
BlueColor Codes
All color formats for development
HEX
#3C3C77RGB
rgb(60, 60, 119)HSL
hsl(240, 33%, 35%)OKLCH
oklch(0.388 0.098 280.8)CMYK
cmyk(50%, 50%, 0%, 53%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#36366B
2#30305F
3#2A2A53
4#242447
5#1E1E3B
6#18182F
7#121224
8#0C0C18
9#06060C
Tints
Lighter variations
1#47478D
2#5252A3
3#6565B1
4#7B7BBC
5#9191C7
6#A7A7D3
7#BDBDDE
8#D3D3E9
9#E9E9F4
Tones
Muted variations
1#3F3F74
2#424271
3#45456E
4#48486B
5#4B4B68
6#4D4D65
7#505062
8#53535F
9#56565C
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F5F5 #F5F5FA | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E7E7 #E7E7F3 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D3D3 #D3D3E9 | Secondary backgroundsInput backgroundsDividers |
| 300 | B1B1 #B1B1D8 | BordersInactive statesPlaceholder text |
| 400 | 8888 #8888C3 | Disabled statesSecondary iconsMuted text |
| 500 | 6666 #6666B2 | Primary brand colorCTAsActive elementsLinks |
| 600 | 4B4B #4B4B95 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3C3C #3C3C77 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2B2B #2B2B55 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1B1B #1B1B36 | Primary textHigh emphasis contentDark headings |
| 950 | 1111 #111122 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F5F5FA;
--charcoal-100: #E7E7F3;
--charcoal-200: #D3D3E9;
--charcoal-300: #B1B1D8;
--charcoal-400: #8888C3;
--charcoal-500: #6666B2;
--charcoal-600: #4B4B95;
--charcoal-700: #3C3C77;
--charcoal-800: #2B2B55;
--charcoal-900: #1B1B36;
--charcoal-950: #111122;
}