Charcoal
#112C40
BlueColor Codes
All color formats for development
HEX
#112C40RGB
rgb(17, 44, 64)HSL
hsl(206, 58%, 16%)OKLCH
oklch(0.283 0.049 243.3)CMYK
cmyk(73%, 31%, 0%, 75%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0F283A
2#0E2334
3#0C1F2D
4#0A1A27
5#091620
6#07121A
7#050D13
8#03090D
9#020406
Tints
Lighter variations
1#1A4362
2#235A84
3#2C71A6
4#3588C8
5#569CD2
6#78B0DB
7#99C4E4
8#BBD7ED
9#DDEBF6
Tones
Muted variations
1#142C3E
2#162B3C
3#182B39
4#1B2B37
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 | E3EF #E3EFF8 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CBE0 #CBE0F1 | Secondary backgroundsInput backgroundsDividers |
| 300 | A2C9 #A2C9E6 | BordersInactive statesPlaceholder text |
| 400 | 72AD #72ADDA | Disabled statesSecondary iconsMuted text |
| 500 | 4A95 #4A95CF | Primary brand colorCTAsActive elementsLinks |
| 600 | 2F79 #2F79B1 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2560 #25608D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1B45 #1B4565 | Text on light backgroundsHeadingsStrong borders |
| 900 | 112C #112C40 | 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: #E3EFF8;
--charcoal-200: #CBE0F1;
--charcoal-300: #A2C9E6;
--charcoal-400: #72ADDA;
--charcoal-500: #4A95CF;
--charcoal-600: #2F79B1;
--charcoal-700: #25608D;
--charcoal-800: #1B4565;
--charcoal-900: #112C40;
--charcoal-950: #0B1B28;
}