Charcoal
#414771
BlueColor Codes
All color formats for development
HEX
#414771RGB
rgb(65, 71, 113)HSL
hsl(233, 27%, 35%)OKLCH
oklch(0.412 0.071 276.6)CMYK
cmyk(42%, 37%, 0%, 56%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#3B4066
2#34395B
3#2E324F
4#272A44
5#212339
6#1A1C2D
7#141522
8#0D0E17
9#07070B
Tints
Lighter variations
1#4D5486
2#59619B
3#6C73AA
4#8187B6
5#969BC3
6#ABAFCF
7#C0C3DB
8#D5D7E7
9#EAEBF3
Tones
Muted variations
1#44496F
2#464A6D
3#484C6A
4#4B4E68
5#4D5065
6#505263
7#525460
8#54565E
9#57575C
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F5F6 #F5F6F9 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E8E9 #E8E9F2 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D5D7 #D5D7E7 | Secondary backgroundsInput backgroundsDividers |
| 300 | B5B8 #B5B8D4 | BordersInactive statesPlaceholder text |
| 400 | 8E93 #8E93BE | Disabled statesSecondary iconsMuted text |
| 500 | 6D74 #6D74AB | Primary brand colorCTAsActive elementsLinks |
| 600 | 5259 #52598E | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4147 #414771 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2F33 #2F3351 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1E20 #1E2034 | Primary textHigh emphasis contentDark headings |
| 950 | 1314 #131420 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F5F6F9;
--charcoal-100: #E8E9F2;
--charcoal-200: #D5D7E7;
--charcoal-300: #B5B8D4;
--charcoal-400: #8E93BE;
--charcoal-500: #6D74AB;
--charcoal-600: #52598E;
--charcoal-700: #414771;
--charcoal-800: #2F3351;
--charcoal-900: #1E2034;
--charcoal-950: #131420;
}