Charcoal
#112241
BlueColor Codes
All color formats for development
HEX
#112241RGB
rgb(17, 34, 65)HSL
hsl(219, 59%, 16%)OKLCH
oklch(0.256 0.063 261.4)CMYK
cmyk(74%, 48%, 0%, 75%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0F1E3A
2#0D1B34
3#0C182D
4#0A1427
5#081120
6#070D1A
7#050A13
8#03070D
9#020306
Tints
Lighter variations
1#1A3363
2#224585
3#2B56A7
4#3468C9
5#5581D3
6#779ADC
7#99B3E5
8#BBCDED
9#DDE6F6
Tones
Muted variations
1#13223E
2#16233C
3#18243A
4#1A2437
5#1D2535
6#1F2632
7#222730
8#24272E
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 | CAD8 #CAD8F1 | Secondary backgroundsInput backgroundsDividers |
| 300 | A2BA #A2BAE7 | BordersInactive statesPlaceholder text |
| 400 | 7196 #7196DA | Disabled statesSecondary iconsMuted text |
| 500 | 4978 #4978D0 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2E5C #2E5CB2 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2549 #25498E | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1A34 #1A3465 | 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: #CAD8F1;
--charcoal-300: #A2BAE7;
--charcoal-400: #7196DA;
--charcoal-500: #4978D0;
--charcoal-600: #2E5CB2;
--charcoal-700: #25498E;
--charcoal-800: #1A3465;
--charcoal-900: #112241;
--charcoal-950: #0A1529;
}