Charcoal
#1E4762
BlueColor Codes
All color formats for development
HEX
#1E4762RGB
rgb(30, 71, 98)HSL
hsl(204, 53%, 25%)OKLCH
oklch(0.382 0.065 240.4)CMYK
cmyk(69%, 28%, 0%, 62%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1B3F58
2#18384E
3#153144
4#122A3B
5#0F2331
6#0C1C27
7#09151D
8#060E14
9#03070A
Tints
Lighter variations
1#275C7F
2#30719C
3#3986B9
4#4F98C9
5#6DAAD2
6#8ABBDB
7#A7CCE4
8#C4DDED
9#E2EEF6
Tones
Muted variations
1#21465E
2#25455B
3#284457
4#2B4454
5#2F4351
6#32424D
7#36424A
8#394147
9#3C4043
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3F8 #F3F8FB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E4EF #E4EFF7 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CCE1 #CCE1EF | Secondary backgroundsInput backgroundsDividers |
| 300 | A5CB #A5CBE3 | BordersInactive statesPlaceholder text |
| 400 | 76AF #76AFD5 | Disabled statesSecondary iconsMuted text |
| 500 | 4F98 #4F98C9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 357C #357CAC | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2A63 #2A6389 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1E47 #1E4762 | Text on light backgroundsHeadingsStrong borders |
| 900 | 132D #132D3E | Primary textHigh emphasis contentDark headings |
| 950 | 0C1C #0C1C27 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F3F8FB;
--charcoal-100: #E4EFF7;
--charcoal-200: #CCE1EF;
--charcoal-300: #A5CBE3;
--charcoal-400: #76AFD5;
--charcoal-500: #4F98C9;
--charcoal-600: #357CAC;
--charcoal-700: #2A6389;
--charcoal-800: #1E4762;
--charcoal-900: #132D3E;
--charcoal-950: #0C1C27;
}