Charcoal
#414971
BlueColor Codes
All color formats for development
HEX
#414971RGB
rgb(65, 73, 113)HSL
hsl(230, 27%, 35%)OKLCH
oklch(0.417 0.068 274.5)CMYK
cmyk(42%, 35%, 0%, 56%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#3B4266
2#343B5B
3#2E334F
4#272C44
5#212539
6#1A1D2D
7#141622
8#0D0F17
9#07070B
Tints
Lighter variations
1#4D5786
2#59649B
3#6C76AA
4#818AB6
5#969DC3
6#ABB1CF
7#C0C4DB
8#D5D8E7
9#EAEBF3
Tones
Muted variations
1#444B6F
2#464C6D
3#484E6A
4#4B5068
5#4D5165
6#505363
7#525460
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 | B5BA #B5BAD4 | BordersInactive statesPlaceholder text |
| 400 | 8E96 #8E96BE | Disabled statesSecondary iconsMuted text |
| 500 | 6D78 #6D78AB | Primary brand colorCTAsActive elementsLinks |
| 600 | 525C #525C8E | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4149 #414971 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2F34 #2F3451 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1E21 #1E2134 | 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: #B5BAD4;
--charcoal-400: #8E96BE;
--charcoal-500: #6D78AB;
--charcoal-600: #525C8E;
--charcoal-700: #414971;
--charcoal-800: #2F3451;
--charcoal-900: #1E2134;
--charcoal-950: #131520;
}