Charcoal
#416071
BlueColor Codes
All color formats for development
HEX
#416071RGB
rgb(65, 96, 113)HSL
hsl(201, 27%, 35%)OKLCH
oklch(0.472 0.046 233)CMYK
cmyk(42%, 15%, 0%, 56%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#3B5766
2#344D5B
3#2E444F
4#273A44
5#213039
6#1A272D
7#141D22
8#0D1317
9#070A0B
Tints
Lighter variations
1#4D7286
2#59849B
3#6C94AA
4#81A4B6
5#96B3C3
6#ABC2CF
7#C0D1DB
8#D5E1E7
9#EAF0F3
Tones
Muted variations
1#44606F
2#465F6D
3#485E6A
4#4B5E68
5#4D5D65
6#505C63
7#525B60
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 | D5E1 #D5E1E7 | Secondary backgroundsInput backgroundsDividers |
| 300 | B5C9 #B5C9D4 | BordersInactive statesPlaceholder text |
| 400 | 8EAD #8EADBE | Disabled statesSecondary iconsMuted text |
| 500 | 6D96 #6D96AB | Primary brand colorCTAsActive elementsLinks |
| 600 | 5279 #52798E | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4160 #416071 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2F45 #2F4551 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1E2C #1E2C34 | 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: #D5E1E7;
--charcoal-300: #B5C9D4;
--charcoal-400: #8EADBE;
--charcoal-500: #6D96AB;
--charcoal-600: #52798E;
--charcoal-700: #416071;
--charcoal-800: #2F4551;
--charcoal-900: #1E2C34;
--charcoal-950: #131C20;
}