Charcoal
#333E80
BlueColor Codes
All color formats for development
HEX
#333E80RGB
rgb(51, 62, 128)HSL
hsl(231, 43%, 35%)OKLCH
oklch(0.391 0.111 273.1)CMYK
cmyk(60%, 52%, 0%, 50%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2E3873
2#293266
3#242C59
4#1F254D
5#191F40
6#141933
7#0F1326
8#0A0C1A
9#05060D
Tints
Lighter variations
1#3C4A97
2#4656AF
3#5968BD
4#717EC6
5#8893D0
6#A0A9D9
7#B8BEE3
8#D0D4EC
9#E7E9F6
Tones
Muted variations
1#37417C
2#3B4478
3#3E4674
4#424970
5#464C6C
6#4A4F69
7#4E5165
8#525461
9#55575D
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4F5 #F4F5FB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E5E8 #E5E8F5 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D0D4 #D0D4EC | Secondary backgroundsInput backgroundsDividers |
| 300 | ABB3 #ABB3DE | BordersInactive statesPlaceholder text |
| 400 | 7F8B #7F8BCC | Disabled statesSecondary iconsMuted text |
| 500 | 5B6A #5B6ABE | Primary brand colorCTAsActive elementsLinks |
| 600 | 404E #404EA0 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 333E #333E80 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 242D #242D5B | Text on light backgroundsHeadingsStrong borders |
| 900 | 171D #171D3A | Primary textHigh emphasis contentDark headings |
| 950 | 0F12 #0F1224 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F4F5FB;
--charcoal-100: #E5E8F5;
--charcoal-200: #D0D4EC;
--charcoal-300: #ABB3DE;
--charcoal-400: #7F8BCC;
--charcoal-500: #5B6ABE;
--charcoal-600: #404EA0;
--charcoal-700: #333E80;
--charcoal-800: #242D5B;
--charcoal-900: #171D3A;
--charcoal-950: #0F1224;
}