Charcoal
#112D40
BlueColor Codes
All color formats for development
HEX
#112D40RGB
rgb(17, 45, 64)HSL
hsl(204, 58%, 16%)OKLCH
oklch(0.285 0.049 241)CMYK
cmyk(73%, 30%, 0%, 75%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0F293A
2#0E2434
3#0C202D
4#0A1B27
5#091720
6#07121A
7#050E13
8#03090D
9#020506
Tints
Lighter variations
1#1A4562
2#235D84
3#2C75A6
4#358DC8
5#56A0D2
6#78B3DB
7#99C6E4
8#BBD9ED
9#DDECF6
Tones
Muted variations
1#142D3E
2#162D3C
3#182C39
4#1B2C37
5#1D2B35
6#1F2B32
7#222A30
8#242A2E
9#26292B
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3F8 #F3F8FC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E3EF #E3EFF8 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CBE2 #CBE2F1 | Secondary backgroundsInput backgroundsDividers |
| 300 | A2CB #A2CBE6 | BordersInactive statesPlaceholder text |
| 400 | 72B0 #72B0DA | Disabled statesSecondary iconsMuted text |
| 500 | 4A9A #4A9ACF | Primary brand colorCTAsActive elementsLinks |
| 600 | 2F7D #2F7DB1 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2564 #25648D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1B47 #1B4765 | Text on light backgroundsHeadingsStrong borders |
| 900 | 112E #112E40 | Primary textHigh emphasis contentDark headings |
| 950 | 0B1C #0B1C28 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F3F8FC;
--charcoal-100: #E3EFF8;
--charcoal-200: #CBE2F1;
--charcoal-300: #A2CBE6;
--charcoal-400: #72B0DA;
--charcoal-500: #4A9ACF;
--charcoal-600: #2F7DB1;
--charcoal-700: #25648D;
--charcoal-800: #1B4765;
--charcoal-900: #112E40;
--charcoal-950: #0B1C28;
}