Charcoal
#1E3762
BlueColor Codes
All color formats for development
HEX
#1E3762RGB
rgb(30, 55, 98)HSL
hsl(218, 53%, 25%)OKLCH
oklch(0.341 0.082 260.5)CMYK
cmyk(69%, 44%, 0%, 62%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1B3158
2#182C4E
3#152644
4#12213B
5#0F1B31
6#0C1627
7#09101D
8#060B14
9#03050A
Tints
Lighter variations
1#27477F
2#30589C
3#3968B9
4#4F7CC9
5#6D92D2
6#8AA8DB
7#A7BEE4
8#C4D3ED
9#E2E9F6
Tones
Muted variations
1#21385E
2#25395B
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 | E4EB #E4EBF7 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CCD9 #CCD9EF | Secondary backgroundsInput backgroundsDividers |
| 300 | A5BC #A5BCE3 | BordersInactive statesPlaceholder text |
| 400 | 7699 #7699D5 | Disabled statesSecondary iconsMuted text |
| 500 | 4F7C #4F7CC9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 3560 #3560AC | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2A4D #2A4D89 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1E37 #1E3762 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1323 #13233E | Primary textHigh emphasis contentDark headings |
| 950 | 0C16 #0C1627 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F3F6FB;
--charcoal-100: #E4EBF7;
--charcoal-200: #CCD9EF;
--charcoal-300: #A5BCE3;
--charcoal-400: #7699D5;
--charcoal-500: #4F7CC9;
--charcoal-600: #3560AC;
--charcoal-700: #2A4D89;
--charcoal-800: #1E3762;
--charcoal-900: #13233E;
--charcoal-950: #0C1627;
}