Charcoal
#313481
BlueColor Codes
All color formats for development
HEX
#313481RGB
rgb(49, 52, 129)HSL
hsl(238, 45%, 35%)OKLCH
oklch(0.37 0.127 276.5)CMYK
cmyk(62%, 60%, 0%, 49%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2C2F74
2#272968
3#22245B
4#1D1F4E
5#191A41
6#141534
7#0F1027
8#0A0A1A
9#05050D
Tints
Lighter variations
1#3A3D99
2#4347B1
3#575ABF
4#6F72C8
5#8789D1
6#9FA1DB
7#B7B8E4
8#CFD0ED
9#E7E7F6
Tones
Muted variations
1#35387D
2#393B79
3#3D3F75
4#414371
5#45476D
6#494A69
7#4D4E65
8#515261
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 | CFD0 #CFD0ED | Secondary backgroundsInput backgroundsDividers |
| 300 | AAAC #AAACDF | BordersInactive statesPlaceholder text |
| 400 | 7E80 #7E80CE | Disabled statesSecondary iconsMuted text |
| 500 | 595C #595CC0 | Primary brand colorCTAsActive elementsLinks |
| 600 | 3E41 #3E41A3 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3134 #313481 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2325 #23255C | Text on light backgroundsHeadingsStrong borders |
| 900 | 1618 #16183B | Primary textHigh emphasis contentDark headings |
| 950 | 0E0F #0E0F25 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F4F4FB;
--charcoal-100: #E5E6F5;
--charcoal-200: #CFD0ED;
--charcoal-300: #AAACDF;
--charcoal-400: #7E80CE;
--charcoal-500: #595CC0;
--charcoal-600: #3E41A3;
--charcoal-700: #313481;
--charcoal-800: #23255C;
--charcoal-900: #16183B;
--charcoal-950: #0E0F25;
}