Charcoal
#334980
BlueColor Codes
All color formats for development
HEX
#334980RGB
rgb(51, 73, 128)HSL
hsl(223, 43%, 35%)OKLCH
oklch(0.416 0.096 265.9)CMYK
cmyk(60%, 43%, 0%, 50%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2E4173
2#293A66
3#243359
4#1F2C4D
5#192440
6#141D33
7#0F1626
8#0A0F1A
9#05070D
Tints
Lighter variations
1#3C5697
2#4664AF
3#5975BD
4#7189C6
5#889DD0
6#A0B0D9
7#B8C4E3
8#D0D8EC
9#E7EBF6
Tones
Muted variations
1#374A7C
2#3B4C78
3#3E4E74
4#424F70
5#46516C
6#4A5369
7#4E5465
8#525661
9#55585D
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4F6 #F4F6FB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E5EA #E5EAF5 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D0D8 #D0D8EC | Secondary backgroundsInput backgroundsDividers |
| 300 | ABB9 #ABB9DE | BordersInactive statesPlaceholder text |
| 400 | 7F95 #7F95CC | Disabled statesSecondary iconsMuted text |
| 500 | 5B77 #5B77BE | Primary brand colorCTAsActive elementsLinks |
| 600 | 405B #405BA0 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3349 #334980 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2434 #24345B | Text on light backgroundsHeadingsStrong borders |
| 900 | 1721 #17213A | Primary textHigh emphasis contentDark headings |
| 950 | 0F15 #0F1524 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F4F6FB;
--charcoal-100: #E5EAF5;
--charcoal-200: #D0D8EC;
--charcoal-300: #ABB9DE;
--charcoal-400: #7F95CC;
--charcoal-500: #5B77BE;
--charcoal-600: #405BA0;
--charcoal-700: #334980;
--charcoal-800: #24345B;
--charcoal-900: #17213A;
--charcoal-950: #0F1524;
}