Charcoal
#414B71
BlueColor Codes
All color formats for development
HEX
#414B71RGB
rgb(65, 75, 113)HSL
hsl(228, 27%, 35%)OKLCH
oklch(0.421 0.065 272.1)CMYK
cmyk(42%, 34%, 0%, 56%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#3B4366
2#343C5B
3#2E344F
4#272D44
5#212539
6#1A1E2D
7#141622
8#0D0F17
9#07070B
Tints
Lighter variations
1#4D5986
2#59679B
3#6C78AA
4#818BB6
5#969FC3
6#ABB2CF
7#C0C5DB
8#D5D8E7
9#EAECF3
Tones
Muted variations
1#444C6F
2#464E6D
3#484F6A
4#4B5168
5#4D5265
6#505363
7#525560
8#54565E
9#57585C
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F5F6 #F5F6F9 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E8EA #E8EAF2 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D5D8 #D5D8E7 | Secondary backgroundsInput backgroundsDividers |
| 300 | B5BB #B5BBD4 | BordersInactive statesPlaceholder text |
| 400 | 8E97 #8E97BE | Disabled statesSecondary iconsMuted text |
| 500 | 6D7A #6D7AAB | Primary brand colorCTAsActive elementsLinks |
| 600 | 525E #525E8E | Hover statesFocus ringsPrimary buttons hover |
| 700 | 414B #414B71 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2F35 #2F3551 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1E22 #1E2234 | Primary textHigh emphasis contentDark headings |
| 950 | 1315 #131520 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F5F6F9;
--charcoal-100: #E8EAF2;
--charcoal-200: #D5D8E7;
--charcoal-300: #B5BBD4;
--charcoal-400: #8E97BE;
--charcoal-500: #6D7AAB;
--charcoal-600: #525E8E;
--charcoal-700: #414B71;
--charcoal-800: #2F3551;
--charcoal-900: #1E2234;
--charcoal-950: #131520;
}