Charcoal
#414F71
BlueColor Codes
All color formats for development
HEX
#414F71RGB
rgb(65, 79, 113)HSL
hsl(222, 27%, 35%)OKLCH
oklch(0.431 0.059 266.7)CMYK
cmyk(42%, 30%, 0%, 56%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#3B4866
2#34405B
3#2E384F
4#273044
5#212839
6#1A202D
7#141822
8#0D1017
9#07080B
Tints
Lighter variations
1#4D5E86
2#596D9B
3#6C7EAA
4#8191B6
5#96A3C3
6#ABB6CF
7#C0C8DB
8#D5DAE7
9#EAEDF3
Tones
Muted variations
1#44516F
2#46526D
3#48536A
4#4B5368
5#4D5465
6#505563
7#525660
8#54575E
9#57585C
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F5F7 #F5F7F9 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E8EB #E8EBF2 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D5DA #D5DAE7 | Secondary backgroundsInput backgroundsDividers |
| 300 | B5BE #B5BED4 | BordersInactive statesPlaceholder text |
| 400 | 8E9C #8E9CBE | Disabled statesSecondary iconsMuted text |
| 500 | 6D80 #6D80AB | Primary brand colorCTAsActive elementsLinks |
| 600 | 5264 #52648E | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4150 #415071 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2F39 #2F3951 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1E24 #1E2434 | Primary textHigh emphasis contentDark headings |
| 950 | 1317 #131720 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F5F7F9;
--charcoal-100: #E8EBF2;
--charcoal-200: #D5DAE7;
--charcoal-300: #B5BED4;
--charcoal-400: #8E9CBE;
--charcoal-500: #6D80AB;
--charcoal-600: #52648E;
--charcoal-700: #415071;
--charcoal-800: #2F3951;
--charcoal-900: #1E2434;
--charcoal-950: #131720;
}