Charcoal
#1E3162
BlueColor Codes
All color formats for development
HEX
#1E3162RGB
rgb(30, 49, 98)HSL
hsl(223, 53%, 25%)OKLCH
oklch(0.326 0.09 265.7)CMYK
cmyk(69%, 50%, 0%, 62%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1B2C58
2#18274E
3#152244
4#121D3B
5#0F1931
6#0C1427
7#090F1D
8#060A14
9#03050A
Tints
Lighter variations
1#27407F
2#304F9C
3#395DB9
4#4F72C9
5#6D89D2
6#8AA1DB
7#A7B8E4
8#C4D0ED
9#E2E7F6
Tones
Muted variations
1#21335E
2#25345B
3#283657
4#2B3754
5#2F3851
6#323A4D
7#363B4A
8#393D47
9#3C3E43
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3F6 #F3F6FB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E4E9 #E4E9F7 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CCD6 #CCD6EF | Secondary backgroundsInput backgroundsDividers |
| 300 | A5B7 #A5B7E3 | BordersInactive statesPlaceholder text |
| 400 | 7691 #7691D5 | Disabled statesSecondary iconsMuted text |
| 500 | 4F72 #4F72C9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 3556 #3556AC | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2A45 #2A4589 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1E31 #1E3162 | Text on light backgroundsHeadingsStrong borders |
| 900 | 131F #131F3E | Primary textHigh emphasis contentDark headings |
| 950 | 0C14 #0C1427 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F3F6FB;
--charcoal-100: #E4E9F7;
--charcoal-200: #CCD6EF;
--charcoal-300: #A5B7E3;
--charcoal-400: #7691D5;
--charcoal-500: #4F72C9;
--charcoal-600: #3556AC;
--charcoal-700: #2A4589;
--charcoal-800: #1E3162;
--charcoal-900: #131F3E;
--charcoal-950: #0C1427;
}