Charcoal
#1E3062
BlueColor Codes
All color formats for development
HEX
#1E3062RGB
rgb(30, 48, 98)HSL
hsl(224, 53%, 25%)OKLCH
oklch(0.324 0.091 266.5)CMYK
cmyk(69%, 51%, 0%, 62%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1B2B58
2#18264E
3#152244
4#121D3B
5#0F1831
6#0C1327
7#090E1D
8#060A14
9#03050A
Tints
Lighter variations
1#273E7F
2#304D9C
3#395BB9
4#4F70C9
5#6D88D2
6#8AA0DB
7#A7B7E4
8#C4CFED
9#E2E7F6
Tones
Muted variations
1#21325E
2#25335B
3#283557
4#2B3654
5#2F3851
6#32394D
7#363B4A
8#393D47
9#3C3E43
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3F5 #F3F5FB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E4E9 #E4E9F7 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CCD6 #CCD6EF | Secondary backgroundsInput backgroundsDividers |
| 300 | A5B6 #A5B6E3 | BordersInactive statesPlaceholder text |
| 400 | 7690 #7690D5 | Disabled statesSecondary iconsMuted text |
| 500 | 4F70 #4F70C9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 3554 #3554AC | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2A43 #2A4389 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1E30 #1E3062 | Text on light backgroundsHeadingsStrong borders |
| 900 | 131F #131F3E | Primary textHigh emphasis contentDark headings |
| 950 | 0C13 #0C1327 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F3F5FB;
--charcoal-100: #E4E9F7;
--charcoal-200: #CCD6EF;
--charcoal-300: #A5B6E3;
--charcoal-400: #7690D5;
--charcoal-500: #4F70C9;
--charcoal-600: #3554AC;
--charcoal-700: #2A4389;
--charcoal-800: #1E3062;
--charcoal-900: #131F3E;
--charcoal-950: #0C1327;
}