Charcoal
#333880
BlueColor Codes
All color formats for development
HEX
#333880RGB
rgb(51, 56, 128)HSL
hsl(236, 43%, 35%)OKLCH
oklch(0.379 0.12 276.1)CMYK
cmyk(60%, 56%, 0%, 50%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2E3273
2#292D66
3#242759
4#1F224D
5#191C40
6#141633
7#0F1126
8#0A0B1A
9#05060D
Tints
Lighter variations
1#3C4297
2#464DAF
3#5960BD
4#7176C6
5#888DD0
6#A0A4D9
7#B8BBE3
8#D0D1EC
9#E7E8F6
Tones
Muted variations
1#373B7C
2#3B3F78
3#3E4274
4#424570
5#46496C
6#4A4C69
7#4E4F65
8#525361
9#55565D
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4F4 #F4F4FB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E5E6 #E5E6F5 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D0D1 #D0D1EC | Secondary backgroundsInput backgroundsDividers |
| 300 | ABAE #ABAEDE | BordersInactive statesPlaceholder text |
| 400 | 7F84 #7F84CC | Disabled statesSecondary iconsMuted text |
| 500 | 5B61 #5B61BE | Primary brand colorCTAsActive elementsLinks |
| 600 | 4046 #4046A0 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3338 #333880 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2428 #24285B | 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: #F4F4FB;
--charcoal-100: #E5E6F5;
--charcoal-200: #D0D1EC;
--charcoal-300: #ABAEDE;
--charcoal-400: #7F84CC;
--charcoal-500: #5B61BE;
--charcoal-600: #4046A0;
--charcoal-700: #333880;
--charcoal-800: #24285B;
--charcoal-900: #171A3A;
--charcoal-950: #0F1024;
}