Charcoal
#1E4A62
BlueColor Codes
All color formats for development
HEX
#1E4A62RGB
rgb(30, 74, 98)HSL
hsl(201, 53%, 25%)OKLCH
oklch(0.39 0.063 235.5)CMYK
cmyk(69%, 24%, 0%, 62%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1B4258
2#183B4E
3#153444
4#122C3B
5#0F2531
6#0C1E27
7#09161D
8#060F14
9#03070A
Tints
Lighter variations
1#27607F
2#30769C
3#398CB9
4#4F9EC9
5#6DAFD2
6#8ABFDB
7#A7CFE4
8#C4DFED
9#E2EFF6
Tones
Muted variations
1#21495E
2#25485B
3#284757
4#2B4654
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 | CCE3 #CCE3EF | Secondary backgroundsInput backgroundsDividers |
| 300 | A5CE #A5CEE3 | BordersInactive statesPlaceholder text |
| 400 | 76B4 #76B4D5 | Disabled statesSecondary iconsMuted text |
| 500 | 4F9E #4F9EC9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 3582 #3582AC | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2A67 #2A6789 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1E4A #1E4A62 | Text on light backgroundsHeadingsStrong borders |
| 900 | 132F #132F3E | 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: #CCE3EF;
--charcoal-300: #A5CEE3;
--charcoal-400: #76B4D5;
--charcoal-500: #4F9EC9;
--charcoal-600: #3582AC;
--charcoal-700: #2A6789;
--charcoal-800: #1E4A62;
--charcoal-900: #132F3E;
--charcoal-950: #0C1E27;
}