Charcoal
#112540
BlueColor Codes
All color formats for development
HEX
#112540RGB
rgb(17, 37, 64)HSL
hsl(214, 58%, 16%)OKLCH
oklch(0.263 0.057 256.5)CMYK
cmyk(73%, 42%, 0%, 75%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0F223A
2#0E1E34
3#0C1A2D
4#0A1727
5#091320
6#070F1A
7#050B13
8#03080D
9#020406
Tints
Lighter variations
1#1A3962
2#234D84
3#2C61A6
4#3575C8
5#568CD2
6#78A3DB
7#99BAE4
8#BBD1ED
9#DDE8F6
Tones
Muted variations
1#14263E
2#16263C
3#182739
4#1B2737
5#1D2735
6#1F2832
7#222830
8#24282E
9#26282B
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3F7 #F3F7FC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E3EC #E3ECF8 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CBDB #CBDBF1 | Secondary backgroundsInput backgroundsDividers |
| 300 | A2C0 #A2C0E6 | BordersInactive statesPlaceholder text |
| 400 | 729F #729FDA | Disabled statesSecondary iconsMuted text |
| 500 | 4A83 #4A83CF | Primary brand colorCTAsActive elementsLinks |
| 600 | 2F68 #2F68B1 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2552 #25528D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1B3B #1B3B65 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1126 #112640 | Primary textHigh emphasis contentDark headings |
| 950 | 0B18 #0B1828 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F3F7FC;
--charcoal-100: #E3ECF8;
--charcoal-200: #CBDBF1;
--charcoal-300: #A2C0E6;
--charcoal-400: #729FDA;
--charcoal-500: #4A83CF;
--charcoal-600: #2F68B1;
--charcoal-700: #25528D;
--charcoal-800: #1B3B65;
--charcoal-900: #112640;
--charcoal-950: #0B1828;
}