Charcoal
#333980
BlueColor Codes
All color formats for development
HEX
#333980RGB
rgb(51, 57, 128)HSL
hsl(235, 43%, 35%)OKLCH
oklch(0.381 0.118 275.6)CMYK
cmyk(60%, 55%, 0%, 50%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2E3473
2#292E66
3#242859
4#1F224D
5#191D40
6#141733
7#0F1126
8#0A0B1A
9#05060D
Tints
Lighter variations
1#3C4497
2#464FAF
3#5961BD
4#7178C6
5#888ED0
6#A0A5D9
7#B8BBE3
8#D0D2EC
9#E7E8F6
Tones
Muted variations
1#373C7C
2#3B4078
3#3E4374
4#424670
5#46496C
6#4A4C69
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 | D0D2 #D0D2EC | Secondary backgroundsInput backgroundsDividers |
| 300 | ABAF #ABAFDE | BordersInactive statesPlaceholder text |
| 400 | 7F86 #7F86CC | Disabled statesSecondary iconsMuted text |
| 500 | 5B63 #5B63BE | Primary brand colorCTAsActive elementsLinks |
| 600 | 4048 #4048A0 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3339 #333980 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2429 #24295B | Text on light backgroundsHeadingsStrong borders |
| 900 | 171A #171A3A | Primary textHigh emphasis contentDark headings |
| 950 | 0F10 #0F1024 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F4F5FB;
--charcoal-100: #E5E7F5;
--charcoal-200: #D0D2EC;
--charcoal-300: #ABAFDE;
--charcoal-400: #7F86CC;
--charcoal-500: #5B63BE;
--charcoal-600: #4048A0;
--charcoal-700: #333980;
--charcoal-800: #24295B;
--charcoal-900: #171A3A;
--charcoal-950: #0F1024;
}