Charcoal
#112C41
BlueColor Codes
All color formats for development
HEX
#112C41RGB
rgb(17, 44, 65)HSL
hsl(206, 59%, 16%)OKLCH
oklch(0.283 0.051 244.5)CMYK
cmyk(74%, 32%, 0%, 75%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0F283A
2#0D2334
3#0C1F2D
4#0A1A27
5#081620
6#07121A
7#050D13
8#03090D
9#020406
Tints
Lighter variations
1#1A4363
2#225A85
3#2B71A7
4#3488C9
5#559CD3
6#77B0DC
7#99C4E5
8#BBD8ED
9#DDEBF6
Tones
Muted variations
1#132C3E
2#162B3C
3#182B3A
4#1A2B37
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 | CAE0 #CAE0F1 | Secondary backgroundsInput backgroundsDividers |
| 300 | A2C9 #A2C9E7 | BordersInactive statesPlaceholder text |
| 400 | 71AD #71ADDA | Disabled statesSecondary iconsMuted text |
| 500 | 4995 #4995D0 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2E79 #2E79B2 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2560 #25608E | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1A45 #1A4565 | Text on light backgroundsHeadingsStrong borders |
| 900 | 112C #112C41 | Primary textHigh emphasis contentDark headings |
| 950 | 0A1C #0A1C29 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F3F8FC;
--charcoal-100: #E3EFF8;
--charcoal-200: #CAE0F1;
--charcoal-300: #A2C9E7;
--charcoal-400: #71ADDA;
--charcoal-500: #4995D0;
--charcoal-600: #2E79B2;
--charcoal-700: #25608E;
--charcoal-800: #1A4565;
--charcoal-900: #112C41;
--charcoal-950: #0A1C29;
}