Charcoal
#414E71
BlueColor Codes
All color formats for development
HEX
#414E71RGB
rgb(65, 78, 113)HSL
hsl(224, 27%, 35%)OKLCH
oklch(0.428 0.061 268.2)CMYK
cmyk(42%, 31%, 0%, 56%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#3B4666
2#343E5B
3#2E374F
4#272F44
5#212739
6#1A1F2D
7#141722
8#0D1017
9#07080B
Tints
Lighter variations
1#4D5C86
2#596B9B
3#6C7CAA
4#818FB6
5#96A2C3
6#ABB4CF
7#C0C7DB
8#D5DAE7
9#EAECF3
Tones
Muted variations
1#444F6F
2#46506D
3#48516A
4#4B5368
5#4D5465
6#505563
7#525660
8#54575E
9#57585C
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F5F6 #F5F6F9 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E8EB #E8EBF2 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D5DA #D5DAE7 | Secondary backgroundsInput backgroundsDividers |
| 300 | B5BD #B5BDD4 | BordersInactive statesPlaceholder text |
| 400 | 8E9B #8E9BBE | Disabled statesSecondary iconsMuted text |
| 500 | 6D7E #6D7EAB | Primary brand colorCTAsActive elementsLinks |
| 600 | 5262 #52628E | Hover statesFocus ringsPrimary buttons hover |
| 700 | 414E #414E71 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2F38 #2F3851 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1E24 #1E2434 | Primary textHigh emphasis contentDark headings |
| 950 | 1316 #131620 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F5F6F9;
--charcoal-100: #E8EBF2;
--charcoal-200: #D5DAE7;
--charcoal-300: #B5BDD4;
--charcoal-400: #8E9BBE;
--charcoal-500: #6D7EAB;
--charcoal-600: #52628E;
--charcoal-700: #414E71;
--charcoal-800: #2F3851;
--charcoal-900: #1E2434;
--charcoal-950: #131620;
}