Charcoal
#112341
BlueColor Codes
All color formats for development
HEX
#112341RGB
rgb(17, 35, 65)HSL
hsl(218, 59%, 16%)OKLCH
oklch(0.259 0.062 260)CMYK
cmyk(74%, 46%, 0%, 75%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0F1F3A
2#0D1C34
3#0C182D
4#0A1527
5#081120
6#070E1A
7#050A13
8#03070D
9#020306
Tints
Lighter variations
1#1A3463
2#224685
3#2B59A7
4#346BC9
5#5583D3
6#779CDC
7#99B5E5
8#BBCDED
9#DDE6F6
Tones
Muted variations
1#13233E
2#16243C
3#18243A
4#1A2537
5#1D2635
6#1F2632
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 | E3EA #E3EAF8 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CAD9 #CAD9F1 | Secondary backgroundsInput backgroundsDividers |
| 300 | A2BB #A2BBE7 | BordersInactive statesPlaceholder text |
| 400 | 7198 #7198DA | Disabled statesSecondary iconsMuted text |
| 500 | 497A #497AD0 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2E5F #2E5FB2 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 254B #254B8E | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1A36 #1A3665 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1122 #112241 | Primary textHigh emphasis contentDark headings |
| 950 | 0A15 #0A1529 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F3F6FC;
--charcoal-100: #E3EAF8;
--charcoal-200: #CAD9F1;
--charcoal-300: #A2BBE7;
--charcoal-400: #7198DA;
--charcoal-500: #497AD0;
--charcoal-600: #2E5FB2;
--charcoal-700: #254B8E;
--charcoal-800: #1A3665;
--charcoal-900: #112241;
--charcoal-950: #0A1529;
}