Charcoal
#1E3662
BlueColor Codes
All color formats for development
HEX
#1E3662RGB
rgb(30, 54, 98)HSL
hsl(219, 53%, 25%)OKLCH
oklch(0.338 0.083 261.5)CMYK
cmyk(69%, 45%, 0%, 62%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1B3058
2#182B4E
3#152644
4#12203B
5#0F1B31
6#0C1527
7#09101D
8#060B14
9#03050A
Tints
Lighter variations
1#27467F
2#30569C
3#3966B9
4#4F7AC9
5#6D90D2
6#8AA6DB
7#A7BDE4
8#C4D3ED
9#E2E9F6
Tones
Muted variations
1#21375E
2#25385B
3#283957
4#2B3A54
5#2F3B51
6#323C4D
7#363D4A
8#393E47
9#3C3F43
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3F6 #F3F6FB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E4EA #E4EAF7 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CCD9 #CCD9EF | Secondary backgroundsInput backgroundsDividers |
| 300 | A5BB #A5BBE3 | BordersInactive statesPlaceholder text |
| 400 | 7698 #7698D5 | Disabled statesSecondary iconsMuted text |
| 500 | 4F7A #4F7AC9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 355E #355EAC | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2A4B #2A4B89 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1E36 #1E3662 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1322 #13223E | Primary textHigh emphasis contentDark headings |
| 950 | 0C15 #0C1527 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F3F6FB;
--charcoal-100: #E4EAF7;
--charcoal-200: #CCD9EF;
--charcoal-300: #A5BBE3;
--charcoal-400: #7698D5;
--charcoal-500: #4F7AC9;
--charcoal-600: #355EAC;
--charcoal-700: #2A4B89;
--charcoal-800: #1E3662;
--charcoal-900: #13223E;
--charcoal-950: #0C1527;
}