Charcoal
#1E4B62
BlueColor Codes
All color formats for development
HEX
#1E4B62RGB
rgb(30, 75, 98)HSL
hsl(200, 53%, 25%)OKLCH
oklch(0.392 0.063 233.8)CMYK
cmyk(69%, 23%, 0%, 62%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1B4458
2#183C4E
3#153544
4#122D3B
5#0F2631
6#0C1E27
7#09171D
8#060F14
9#03080A
Tints
Lighter variations
1#27627F
2#30789C
3#398FB9
4#4FA1C9
5#6DB0D2
6#8AC0DB
7#A7D0E4
8#C4E0ED
9#E2EFF6
Tones
Muted variations
1#214A5E
2#25495B
3#284857
4#2B4754
5#2F4551
6#32444D
7#36434A
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 | E4F0 #E4F0F7 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CCE4 #CCE4EF | Secondary backgroundsInput backgroundsDividers |
| 300 | A5CF #A5CFE3 | BordersInactive statesPlaceholder text |
| 400 | 76B6 #76B6D5 | Disabled statesSecondary iconsMuted text |
| 500 | 4FA1 #4FA1C9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 3584 #3584AC | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2A69 #2A6989 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1E4B #1E4B62 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1330 #13303E | Primary textHigh emphasis contentDark headings |
| 950 | 0C1E #0C1E27 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F3F9FB;
--charcoal-100: #E4F0F7;
--charcoal-200: #CCE4EF;
--charcoal-300: #A5CFE3;
--charcoal-400: #76B6D5;
--charcoal-500: #4FA1C9;
--charcoal-600: #3584AC;
--charcoal-700: #2A6989;
--charcoal-800: #1E4B62;
--charcoal-900: #13303E;
--charcoal-950: #0C1E27;
}