Charcoal
#112340
BlueColor Codes
All color formats for development
HEX
#112340RGB
rgb(17, 35, 64)HSL
hsl(217, 58%, 16%)OKLCH
oklch(0.258 0.06 259.5)CMYK
cmyk(73%, 45%, 0%, 75%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0F203A
2#0E1C34
3#0C192D
4#0A1527
5#091220
6#070E1A
7#050B13
8#03070D
9#020406
Tints
Lighter variations
1#1A3662
2#234884
3#2C5BA6
4#356DC8
5#5685D2
6#789EDB
7#99B6E4
8#BBCEED
9#DDE7F6
Tones
Muted variations
1#14243E
2#16243C
3#182539
4#1B2537
5#1D2635
6#1F2732
7#222730
8#24282E
9#26282B
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3F6 #F3F6FC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E3EB #E3EBF8 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CBD9 #CBD9F1 | Secondary backgroundsInput backgroundsDividers |
| 300 | A2BC #A2BCE6 | BordersInactive statesPlaceholder text |
| 400 | 729A #729ADA | Disabled statesSecondary iconsMuted text |
| 500 | 4A7D #4A7DCF | Primary brand colorCTAsActive elementsLinks |
| 600 | 2F61 #2F61B1 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 254D #254D8D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1B37 #1B3765 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1123 #112340 | Primary textHigh emphasis contentDark headings |
| 950 | 0B16 #0B1628 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F3F6FC;
--charcoal-100: #E3EBF8;
--charcoal-200: #CBD9F1;
--charcoal-300: #A2BCE6;
--charcoal-400: #729ADA;
--charcoal-500: #4A7DCF;
--charcoal-600: #2F61B1;
--charcoal-700: #254D8D;
--charcoal-800: #1B3765;
--charcoal-900: #112340;
--charcoal-950: #0B1628;
}