Charcoal
#314981
BlueColor Codes
All color formats for development
HEX
#314981RGB
rgb(49, 73, 129)HSL
hsl(222, 45%, 35%)OKLCH
oklch(0.415 0.098 265)CMYK
cmyk(62%, 43%, 0%, 49%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2C4274
2#273B68
3#22335B
4#1D2C4E
5#192541
6#141D34
7#0F1627
8#0A0F1A
9#05070D
Tints
Lighter variations
1#3A5799
2#4364B1
3#5776BF
4#6F8AC8
5#879DD1
6#9FB1DB
7#B7C4E4
8#CFD8ED
9#E7EBF6
Tones
Muted variations
1#354B7D
2#394C79
3#3D4E75
4#415071
5#45516D
6#495369
7#4D5465
8#515661
9#55585D
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4F6 #F4F6FB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E5EA #E5EAF5 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CFD8 #CFD8ED | Secondary backgroundsInput backgroundsDividers |
| 300 | AABA #AABADF | BordersInactive statesPlaceholder text |
| 400 | 7E96 #7E96CE | Disabled statesSecondary iconsMuted text |
| 500 | 5978 #5978C0 | Primary brand colorCTAsActive elementsLinks |
| 600 | 3E5C #3E5CA3 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3149 #314981 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2334 #23345C | Text on light backgroundsHeadingsStrong borders |
| 900 | 1621 #16213B | Primary textHigh emphasis contentDark headings |
| 950 | 0E15 #0E1525 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F4F6FB;
--charcoal-100: #E5EAF5;
--charcoal-200: #CFD8ED;
--charcoal-300: #AABADF;
--charcoal-400: #7E96CE;
--charcoal-500: #5978C0;
--charcoal-600: #3E5CA3;
--charcoal-700: #314981;
--charcoal-800: #23345C;
--charcoal-900: #16213B;
--charcoal-950: #0E1525;
}