Charcoal
#112B40
BlueColor Codes
All color formats for development
HEX
#112B40RGB
rgb(17, 43, 64)HSL
hsl(207, 58%, 16%)OKLCH
oklch(0.28 0.05 245.4)CMYK
cmyk(73%, 33%, 0%, 75%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0F273A
2#0E2334
3#0C1E2D
4#0A1A27
5#091620
6#07111A
7#050D13
8#03090D
9#020406
Tints
Lighter variations
1#1A4262
2#235884
3#2C6FA6
4#3586C8
5#569AD2
6#78AEDB
7#99C2E4
8#BBD7ED
9#DDEBF6
Tones
Muted variations
1#142B3E
2#162B3C
3#182A39
4#1B2A37
5#1D2A35
6#1F2A32
7#222A30
8#24292E
9#26292B
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3F8 #F3F8FC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E3EE #E3EEF8 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CBE0 #CBE0F1 | Secondary backgroundsInput backgroundsDividers |
| 300 | A2C8 #A2C8E6 | BordersInactive statesPlaceholder text |
| 400 | 72AB #72ABDA | Disabled statesSecondary iconsMuted text |
| 500 | 4A93 #4A93CF | Primary brand colorCTAsActive elementsLinks |
| 600 | 2F77 #2F77B1 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 255E #255E8D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1B43 #1B4365 | Text on light backgroundsHeadingsStrong borders |
| 900 | 112B #112B40 | Primary textHigh emphasis contentDark headings |
| 950 | 0B1B #0B1B28 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F3F8FC;
--charcoal-100: #E3EEF8;
--charcoal-200: #CBE0F1;
--charcoal-300: #A2C8E6;
--charcoal-400: #72ABDA;
--charcoal-500: #4A93CF;
--charcoal-600: #2F77B1;
--charcoal-700: #255E8D;
--charcoal-800: #1B4365;
--charcoal-900: #112B40;
--charcoal-950: #0B1B28;
}