Charcoal
#414371
BlueColor Codes
All color formats for development
HEX
#414371RGB
rgb(65, 67, 113)HSL
hsl(238, 27%, 35%)OKLCH
oklch(0.403 0.077 280.5)CMYK
cmyk(42%, 41%, 0%, 56%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#3B3C66
2#34355B
3#2E2F4F
4#272844
5#212139
6#1A1B2D
7#141422
8#0D0D17
9#07070B
Tints
Lighter variations
1#4D4F86
2#595C9B
3#6C6EAA
4#8182B6
5#9697C3
6#ABACCF
7#C0C1DB
8#D5D5E7
9#EAEAF3
Tones
Muted variations
1#44456F
2#46476D
3#484A6A
4#4B4C68
5#4D4E65
6#505063
7#525360
8#54555E
9#57575C
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F5F5 #F5F5F9 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E8E9 #E8E9F2 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D5D5 #D5D5E7 | Secondary backgroundsInput backgroundsDividers |
| 300 | B5B6 #B5B6D4 | BordersInactive statesPlaceholder text |
| 400 | 8E8F #8E8FBE | Disabled statesSecondary iconsMuted text |
| 500 | 6D6F #6D6FAB | Primary brand colorCTAsActive elementsLinks |
| 600 | 5254 #52548E | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4143 #414371 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2F30 #2F3051 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1E1F #1E1F34 | Primary textHigh emphasis contentDark headings |
| 950 | 1313 #131320 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F5F5F9;
--charcoal-100: #E8E9F2;
--charcoal-200: #D5D5E7;
--charcoal-300: #B5B6D4;
--charcoal-400: #8E8FBE;
--charcoal-500: #6D6FAB;
--charcoal-600: #52548E;
--charcoal-700: #414371;
--charcoal-800: #2F3051;
--charcoal-900: #1E1F34;
--charcoal-950: #131320;
}