Charcoal
#333C80
BlueColor Codes
All color formats for development
HEX
#333C80RGB
rgb(51, 60, 128)HSL
hsl(233, 43%, 35%)OKLCH
oklch(0.387 0.114 274.1)CMYK
cmyk(60%, 53%, 0%, 50%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2E3673
2#293066
3#242A59
4#1F244D
5#191E40
6#141833
7#0F1226
8#0A0C1A
9#05060D
Tints
Lighter variations
1#3C4797
2#4652AF
3#5965BD
4#717BC6
5#8891D0
6#A0A7D9
7#B8BDE3
8#D0D3EC
9#E7E9F6
Tones
Muted variations
1#373F7C
2#3B4278
3#3E4574
4#424870
5#464B6C
6#4A4D69
7#4E5065
8#525361
9#55565D
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4F5 #F4F5FB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E5E7 #E5E7F5 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D0D3 #D0D3EC | Secondary backgroundsInput backgroundsDividers |
| 300 | ABB1 #ABB1DE | BordersInactive statesPlaceholder text |
| 400 | 7F88 #7F88CC | Disabled statesSecondary iconsMuted text |
| 500 | 5B66 #5B66BE | Primary brand colorCTAsActive elementsLinks |
| 600 | 404B #404BA0 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 333C #333C80 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 242B #242B5B | Text on light backgroundsHeadingsStrong borders |
| 900 | 171B #171B3A | Primary textHigh emphasis contentDark headings |
| 950 | 0F11 #0F1124 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F4F5FB;
--charcoal-100: #E5E7F5;
--charcoal-200: #D0D3EC;
--charcoal-300: #ABB1DE;
--charcoal-400: #7F88CC;
--charcoal-500: #5B66BE;
--charcoal-600: #404BA0;
--charcoal-700: #333C80;
--charcoal-800: #242B5B;
--charcoal-900: #171B3A;
--charcoal-950: #0F1124;
}