Charcoal
#414C71
BlueColor Codes
All color formats for development
HEX
#414C71RGB
rgb(65, 76, 113)HSL
hsl(226, 27%, 35%)OKLCH
oklch(0.424 0.063 270.9)CMYK
cmyk(42%, 33%, 0%, 56%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#3B4566
2#343D5B
3#2E354F
4#272E44
5#212639
6#1A1F2D
7#141722
8#0D0F17
9#07080B
Tints
Lighter variations
1#4D5B86
2#59699B
3#6C7AAA
4#818DB6
5#96A0C3
6#ABB3CF
7#C0C6DB
8#D5D9E7
9#EAECF3
Tones
Muted variations
1#444E6F
2#464F6D
3#48506A
4#4B5268
5#4D5365
6#505463
7#525560
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 | D5D9 #D5D9E7 | Secondary backgroundsInput backgroundsDividers |
| 300 | B5BC #B5BCD4 | BordersInactive statesPlaceholder text |
| 400 | 8E99 #8E99BE | Disabled statesSecondary iconsMuted text |
| 500 | 6D7C #6D7CAB | Primary brand colorCTAsActive elementsLinks |
| 600 | 5260 #52608E | Hover statesFocus ringsPrimary buttons hover |
| 700 | 414C #414C71 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2F37 #2F3751 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1E23 #1E2334 | 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: #D5D9E7;
--charcoal-300: #B5BCD4;
--charcoal-400: #8E99BE;
--charcoal-500: #6D7CAB;
--charcoal-600: #52608E;
--charcoal-700: #414C71;
--charcoal-800: #2F3751;
--charcoal-900: #1E2334;
--charcoal-950: #131620;
}