Charcoal
#414471
BlueColor Codes
All color formats for development
HEX
#414471RGB
rgb(65, 68, 113)HSL
hsl(236, 27%, 35%)OKLCH
oklch(0.405 0.075 279.6)CMYK
cmyk(42%, 40%, 0%, 56%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#3B3E66
2#34375B
3#2E304F
4#272944
5#212239
6#1A1B2D
7#141522
8#0D0E17
9#07070B
Tints
Lighter variations
1#4D5186
2#595E9B
3#6C70AA
4#8184B6
5#9699C3
6#ABADCF
7#C0C2DB
8#D5D6E7
9#EAEBF3
Tones
Muted variations
1#44466F
2#46496D
3#484B6A
4#4B4D68
5#4D4F65
6#505163
7#525360
8#54555E
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 | D5D6 #D5D6E7 | Secondary backgroundsInput backgroundsDividers |
| 300 | B5B7 #B5B7D4 | BordersInactive statesPlaceholder text |
| 400 | 8E91 #8E91BE | Disabled statesSecondary iconsMuted text |
| 500 | 6D71 #6D71AB | Primary brand colorCTAsActive elementsLinks |
| 600 | 5256 #52568E | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4144 #414471 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2F31 #2F3151 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1E1F #1E1F34 | 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: #D5D6E7;
--charcoal-300: #B5B7D4;
--charcoal-400: #8E91BE;
--charcoal-500: #6D71AB;
--charcoal-600: #52568E;
--charcoal-700: #414471;
--charcoal-800: #2F3151;
--charcoal-900: #1E1F34;
--charcoal-950: #131420;
}