Charcoal
#416371
BlueColor Codes
All color formats for development
HEX
#416371RGB
rgb(65, 99, 113)HSL
hsl(197, 27%, 35%)OKLCH
oklch(0.479 0.045 225.8)CMYK
cmyk(42%, 12%, 0%, 56%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#3B5A66
2#34505B
3#2E464F
4#273C44
5#213239
6#1A282D
7#141E22
8#0D1417
9#070A0B
Tints
Lighter variations
1#4D7686
2#59899B
3#6C99AA
4#81A7B6
5#96B6C3
6#ABC4CF
7#C0D3DB
8#D5E2E7
9#EAF0F3
Tones
Muted variations
1#44636F
2#46626D
3#48616A
4#4B6068
5#4D5E65
6#505D63
7#525C60
8#545B5E
9#575A5C
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F5F8 #F5F8F9 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E8EF #E8EFF2 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D5E2 #D5E2E7 | Secondary backgroundsInput backgroundsDividers |
| 300 | B5CB #B5CBD4 | BordersInactive statesPlaceholder text |
| 400 | 8EB0 #8EB0BE | Disabled statesSecondary iconsMuted text |
| 500 | 6D9A #6D9AAB | Primary brand colorCTAsActive elementsLinks |
| 600 | 527D #527D8E | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4164 #416471 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2F47 #2F4751 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1E2E #1E2E34 | Primary textHigh emphasis contentDark headings |
| 950 | 131C #131C20 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F5F8F9;
--charcoal-100: #E8EFF2;
--charcoal-200: #D5E2E7;
--charcoal-300: #B5CBD4;
--charcoal-400: #8EB0BE;
--charcoal-500: #6D9AAB;
--charcoal-600: #527D8E;
--charcoal-700: #416471;
--charcoal-800: #2F4751;
--charcoal-900: #1E2E34;
--charcoal-950: #131C20;
}