Charcoal
#3C4077
BlueColor Codes
All color formats for development
HEX
#3C4077RGB
rgb(60, 64, 119)HSL
hsl(236, 33%, 35%)OKLCH
oklch(0.396 0.092 278.2)CMYK
cmyk(50%, 46%, 0%, 53%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#36396B
2#30335F
3#2A2D53
4#242647
5#1E203B
6#18192F
7#121324
8#0C0D18
9#06060C
Tints
Lighter variations
1#474C8D
2#5257A3
3#656AB1
4#7B7FBC
5#9194C7
6#A7AAD3
7#BDBFDE
8#D3D4E9
9#E9EAF4
Tones
Muted variations
1#3F4274
2#424571
3#45476E
4#484A6B
5#4B4C68
6#4D4F65
7#505262
8#53545F
9#56575C
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F5F5 #F5F5FA | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E7E8 #E7E8F3 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D3D4 #D3D4E9 | Secondary backgroundsInput backgroundsDividers |
| 300 | B1B4 #B1B4D8 | BordersInactive statesPlaceholder text |
| 400 | 888C #888CC3 | Disabled statesSecondary iconsMuted text |
| 500 | 666B #666BB2 | Primary brand colorCTAsActive elementsLinks |
| 600 | 4B50 #4B5095 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3C40 #3C4077 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2B2E #2B2E55 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1B1D #1B1D36 | Primary textHigh emphasis contentDark headings |
| 950 | 1112 #111222 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F5F5FA;
--charcoal-100: #E7E8F3;
--charcoal-200: #D3D4E9;
--charcoal-300: #B1B4D8;
--charcoal-400: #888CC3;
--charcoal-500: #666BB2;
--charcoal-600: #4B5095;
--charcoal-700: #3C4077;
--charcoal-800: #2B2E55;
--charcoal-900: #1B1D36;
--charcoal-950: #111222;
}