Charcoal
#316081
BlueColor Codes
All color formats for development
HEX
#316081RGB
rgb(49, 96, 129)HSL
hsl(205, 45%, 35%)OKLCH
oklch(0.471 0.074 241.3)CMYK
cmyk(62%, 26%, 0%, 49%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2C5674
2#274D68
3#22435B
4#1D3A4E
5#193041
6#142634
7#0F1D27
8#0A131A
9#050A0D
Tints
Lighter variations
1#3A7299
2#4384B1
3#5794BF
4#6FA3C8
5#87B2D1
6#9FC2DB
7#B7D1E4
8#CFE0ED
9#E7F0F6
Tones
Muted variations
1#355F7D
2#395F79
3#3D5E75
4#415D71
5#455D6D
6#495C69
7#4D5B65
8#515B61
9#555A5D
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4F8 #F4F8FB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E5EE #E5EEF5 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CFE0 #CFE0ED | Secondary backgroundsInput backgroundsDividers |
| 300 | AAC9 #AAC9DF | BordersInactive statesPlaceholder text |
| 400 | 7EAC #7EACCE | Disabled statesSecondary iconsMuted text |
| 500 | 5995 #5995C0 | Primary brand colorCTAsActive elementsLinks |
| 600 | 3E79 #3E79A3 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3160 #316081 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2345 #23455C | Text on light backgroundsHeadingsStrong borders |
| 900 | 162C #162C3B | Primary textHigh emphasis contentDark headings |
| 950 | 0E1B #0E1B25 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F4F8FB;
--charcoal-100: #E5EEF5;
--charcoal-200: #CFE0ED;
--charcoal-300: #AAC9DF;
--charcoal-400: #7EACCE;
--charcoal-500: #5995C0;
--charcoal-600: #3E79A3;
--charcoal-700: #316081;
--charcoal-800: #23455C;
--charcoal-900: #162C3B;
--charcoal-950: #0E1B25;
}