Charcoal
#415971
BlueColor Codes
All color formats for development
HEX
#415971RGB
rgb(65, 89, 113)HSL
hsl(210, 27%, 35%)OKLCH
oklch(0.455 0.049 249)CMYK
cmyk(42%, 21%, 0%, 56%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#3B5066
2#34475B
3#2E3E4F
4#273644
5#212D39
6#1A242D
7#141B22
8#0D1217
9#07090B
Tints
Lighter variations
1#4D6A86
2#597A9B
3#6C8BAA
4#819CB6
5#96ACC3
6#ABBDCF
7#C0CDDB
8#D5DEE7
9#EAEEF3
Tones
Muted variations
1#44596F
2#46596D
3#48596A
4#4B5968
5#4D5965
6#505963
7#525960
8#54595E
9#57595C
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F5F7 #F5F7F9 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E8ED #E8EDF2 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D5DE #D5DEE7 | Secondary backgroundsInput backgroundsDividers |
| 300 | B5C4 #B5C4D4 | BordersInactive statesPlaceholder text |
| 400 | 8EA6 #8EA6BE | Disabled statesSecondary iconsMuted text |
| 500 | 6D8C #6D8CAB | Primary brand colorCTAsActive elementsLinks |
| 600 | 5270 #52708E | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4159 #415971 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2F40 #2F4051 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1E29 #1E2934 | Primary textHigh emphasis contentDark headings |
| 950 | 131A #131A20 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F5F7F9;
--charcoal-100: #E8EDF2;
--charcoal-200: #D5DEE7;
--charcoal-300: #B5C4D4;
--charcoal-400: #8EA6BE;
--charcoal-500: #6D8CAB;
--charcoal-600: #52708E;
--charcoal-700: #415971;
--charcoal-800: #2F4051;
--charcoal-900: #1E2934;
--charcoal-950: #131A20;
}