Charcoal
#314481
BlueColor Codes
All color formats for development
HEX
#314481RGB
rgb(49, 68, 129)HSL
hsl(226, 45%, 35%)OKLCH
oklch(0.404 0.105 268.4)CMYK
cmyk(62%, 47%, 0%, 49%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2C3D74
2#273668
3#222F5B
4#1D294E
5#192241
6#141B34
7#0F1427
8#0A0E1A
9#05070D
Tints
Lighter variations
1#3A5099
2#435DB1
3#576FBF
4#6F84C8
5#8798D1
6#9FADDB
7#B7C1E4
8#CFD6ED
9#E7EAF6
Tones
Muted variations
1#35467D
2#394879
3#3D4A75
4#414C71
5#454F6D
6#495169
7#4D5365
8#515561
9#55575D
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4F6 #F4F6FB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E5E9 #E5E9F5 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CFD6 #CFD6ED | Secondary backgroundsInput backgroundsDividers |
| 300 | AAB6 #AAB6DF | BordersInactive statesPlaceholder text |
| 400 | 7E90 #7E90CE | Disabled statesSecondary iconsMuted text |
| 500 | 5971 #5971C0 | Primary brand colorCTAsActive elementsLinks |
| 600 | 3E55 #3E55A3 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3144 #314481 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2330 #23305C | Text on light backgroundsHeadingsStrong borders |
| 900 | 161F #161F3B | Primary textHigh emphasis contentDark headings |
| 950 | 0E13 #0E1325 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F4F6FB;
--charcoal-100: #E5E9F5;
--charcoal-200: #CFD6ED;
--charcoal-300: #AAB6DF;
--charcoal-400: #7E90CE;
--charcoal-500: #5971C0;
--charcoal-600: #3E55A3;
--charcoal-700: #314481;
--charcoal-800: #23305C;
--charcoal-900: #161F3B;
--charcoal-950: #0E1325;
}