Charcoal
#314081
BlueColor Codes
All color formats for development
HEX
#314081RGB
rgb(49, 64, 129)HSL
hsl(229, 45%, 35%)OKLCH
oklch(0.395 0.11 270.8)CMYK
cmyk(62%, 50%, 0%, 49%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2C3974
2#273368
3#222D5B
4#1D264E
5#192041
6#141A34
7#0F1327
8#0A0D1A
9#05060D
Tints
Lighter variations
1#3A4C99
2#4358B1
3#576ABF
4#6F7FC8
5#8795D1
6#9FAADB
7#B7BFE4
8#CFD4ED
9#E7EAF6
Tones
Muted variations
1#35427D
2#394579
3#3D4775
4#414A71
5#454D6D
6#494F69
7#4D5265
8#515461
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 | CFD4 #CFD4ED | Secondary backgroundsInput backgroundsDividers |
| 300 | AAB4 #AAB4DF | BordersInactive statesPlaceholder text |
| 400 | 7E8C #7E8CCE | Disabled statesSecondary iconsMuted text |
| 500 | 596C #596CC0 | Primary brand colorCTAsActive elementsLinks |
| 600 | 3E50 #3E50A3 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3140 #314081 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 232E #232E5C | Text on light backgroundsHeadingsStrong borders |
| 900 | 161D #161D3B | Primary textHigh emphasis contentDark headings |
| 950 | 0E12 #0E1225 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F4F5FB;
--charcoal-100: #E5E8F5;
--charcoal-200: #CFD4ED;
--charcoal-300: #AAB4DF;
--charcoal-400: #7E8CCE;
--charcoal-500: #596CC0;
--charcoal-600: #3E50A3;
--charcoal-700: #314081;
--charcoal-800: #232E5C;
--charcoal-900: #161D3B;
--charcoal-950: #0E1225;
}