Charcoal
#3C5E77
BlueColor Codes
All color formats for development
HEX
#3C5E77RGB
rgb(60, 94, 119)HSL
hsl(205, 33%, 35%)OKLCH
oklch(0.467 0.057 241.4)CMYK
cmyk(50%, 21%, 0%, 53%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#36556B
2#304B5F
3#2A4253
4#243847
5#1E2F3B
6#18262F
7#121C24
8#0C1318
9#06090C
Tints
Lighter variations
1#47708D
2#5281A3
3#6591B1
4#7BA1BC
5#91B1C7
6#A7C0D3
7#BDD0DE
8#D3E0E9
9#E9EFF4
Tones
Muted variations
1#3F5E74
2#425D71
3#455D6E
4#485C6B
5#4B5C68
6#4D5B65
7#505B62
8#535A5F
9#565A5C
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F5F8 #F5F8FA | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E7EE #E7EEF3 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D3E0 #D3E0E9 | Secondary backgroundsInput backgroundsDividers |
| 300 | B1C8 #B1C8D8 | BordersInactive statesPlaceholder text |
| 400 | 88AB #88ABC3 | Disabled statesSecondary iconsMuted text |
| 500 | 6693 #6693B2 | Primary brand colorCTAsActive elementsLinks |
| 600 | 4B76 #4B7695 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3C5E #3C5E77 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2B43 #2B4355 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1B2B #1B2B36 | Primary textHigh emphasis contentDark headings |
| 950 | 111B #111B22 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F5F8FA;
--charcoal-100: #E7EEF3;
--charcoal-200: #D3E0E9;
--charcoal-300: #B1C8D8;
--charcoal-400: #88ABC3;
--charcoal-500: #6693B2;
--charcoal-600: #4B7695;
--charcoal-700: #3C5E77;
--charcoal-800: #2B4355;
--charcoal-900: #1B2B36;
--charcoal-950: #111B22;
}