Charcoal
#1E4E62
BlueColor Codes
All color formats for development
HEX
#1E4E62RGB
rgb(30, 78, 98)HSL
hsl(198, 53%, 25%)OKLCH
oklch(0.4 0.061 228.7)CMYK
cmyk(69%, 20%, 0%, 62%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1B4658
2#183E4E
3#153644
4#122E3B
5#0F2731
6#0C1F27
7#09171D
8#060F14
9#03080A
Tints
Lighter variations
1#27647F
2#307C9C
3#3993B9
4#4FA5C9
5#6DB4D2
6#8AC3DB
7#A7D2E4
8#C4E1ED
9#E2F0F6
Tones
Muted variations
1#214C5E
2#254B5B
3#284957
4#2B4854
5#2F4751
6#32454D
7#36444A
8#394247
9#3C4143
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3F9 #F3F9FB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E4F1 #E4F1F7 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CCE5 #CCE5EF | Secondary backgroundsInput backgroundsDividers |
| 300 | A5D1 #A5D1E3 | BordersInactive statesPlaceholder text |
| 400 | 76B9 #76B9D5 | Disabled statesSecondary iconsMuted text |
| 500 | 4FA5 #4FA5C9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 3588 #3588AC | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2A6C #2A6C89 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1E4D #1E4D62 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1331 #13313E | Primary textHigh emphasis contentDark headings |
| 950 | 0C1F #0C1F27 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F3F9FB;
--charcoal-100: #E4F1F7;
--charcoal-200: #CCE5EF;
--charcoal-300: #A5D1E3;
--charcoal-400: #76B9D5;
--charcoal-500: #4FA5C9;
--charcoal-600: #3588AC;
--charcoal-700: #2A6C89;
--charcoal-800: #1E4D62;
--charcoal-900: #13313E;
--charcoal-950: #0C1F27;
}