Charcoal
#112E40
BlueColor Codes
All color formats for development
HEX
#112E40RGB
rgb(17, 46, 64)HSL
hsl(203, 58%, 16%)OKLCH
oklch(0.288 0.048 238.8)CMYK
cmyk(73%, 28%, 0%, 75%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0F2A3A
2#0E2534
3#0C202D
4#0A1C27
5#091720
6#07131A
7#050E13
8#03090D
9#020506
Tints
Lighter variations
1#1A4762
2#235F84
3#2C77A6
4#3590C8
5#56A2D2
6#78B5DB
7#99C7E4
8#BBDAED
9#DDECF6
Tones
Muted variations
1#142E3E
2#162D3C
3#182D39
4#1B2C37
5#1D2C35
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 | E3F0 #E3F0F8 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CBE2 #CBE2F1 | Secondary backgroundsInput backgroundsDividers |
| 300 | A2CC #A2CCE6 | BordersInactive statesPlaceholder text |
| 400 | 72B2 #72B2DA | Disabled statesSecondary iconsMuted text |
| 500 | 4A9C #4A9CCF | Primary brand colorCTAsActive elementsLinks |
| 600 | 2F7F #2F7FB1 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2565 #25658D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1B48 #1B4865 | Text on light backgroundsHeadingsStrong borders |
| 900 | 112E #112E40 | Primary textHigh emphasis contentDark headings |
| 950 | 0B1D #0B1D28 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F3F8FC;
--charcoal-100: #E3F0F8;
--charcoal-200: #CBE2F1;
--charcoal-300: #A2CCE6;
--charcoal-400: #72B2DA;
--charcoal-500: #4A9CCF;
--charcoal-600: #2F7FB1;
--charcoal-700: #25658D;
--charcoal-800: #1B4865;
--charcoal-900: #112E40;
--charcoal-950: #0B1D28;
}