Charcoal
#3C5277
BlueColor Codes
All color formats for development
HEX
#3C5277RGB
rgb(60, 82, 119)HSL
hsl(218, 33%, 35%)OKLCH
oklch(0.437 0.067 260.5)CMYK
cmyk(50%, 31%, 0%, 53%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#36496B
2#30415F
3#2A3953
4#243147
5#1E293B
6#18212F
7#121824
8#0C1018
9#06080C
Tints
Lighter variations
1#47618D
2#5270A3
3#6581B1
4#7B93BC
5#91A5C7
6#A7B7D3
7#BDC9DE
8#D3DBE9
9#E9EDF4
Tones
Muted variations
1#3F5274
2#425371
3#45546E
4#48556B
5#4B5568
6#4D5665
7#505762
8#53585F
9#56585C
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F5F7 #F5F7FA | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E7EC #E7ECF3 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D3DB #D3DBE9 | Secondary backgroundsInput backgroundsDividers |
| 300 | B1BF #B1BFD8 | BordersInactive statesPlaceholder text |
| 400 | 889E #889EC3 | Disabled statesSecondary iconsMuted text |
| 500 | 6682 #6682B2 | Primary brand colorCTAsActive elementsLinks |
| 600 | 4B66 #4B6695 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3C51 #3C5177 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2B3A #2B3A55 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1B25 #1B2536 | 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: #E7ECF3;
--charcoal-200: #D3DBE9;
--charcoal-300: #B1BFD8;
--charcoal-400: #889EC3;
--charcoal-500: #6682B2;
--charcoal-600: #4B6695;
--charcoal-700: #3C5177;
--charcoal-800: #2B3A55;
--charcoal-900: #1B2536;
--charcoal-950: #111722;
}