Charcoal
#112940
BlueColor Codes
All color formats for development
HEX
#112940RGB
rgb(17, 41, 64)HSL
hsl(209, 58%, 16%)OKLCH
oklch(0.274 0.052 249.4)CMYK
cmyk(73%, 36%, 0%, 75%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0F253A
2#0E2134
3#0C1D2D
4#0A1927
5#091520
6#07111A
7#050C13
8#03080D
9#020406
Tints
Lighter variations
1#1A3F62
2#235584
3#2C6BA6
4#3581C8
5#5696D2
6#78ABDB
7#99C0E4
8#BBD5ED
9#DDEAF6
Tones
Muted variations
1#142A3E
2#16293C
3#182939
4#1B2937
5#1D2935
6#1F2932
7#222930
8#24292E
9#26292B
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3F7 #F3F7FC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E3ED #E3EDF8 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CBDE #CBDEF1 | Secondary backgroundsInput backgroundsDividers |
| 300 | A2C5 #A2C5E6 | BordersInactive statesPlaceholder text |
| 400 | 72A7 #72A7DA | Disabled statesSecondary iconsMuted text |
| 500 | 4A8E #4A8ECF | Primary brand colorCTAsActive elementsLinks |
| 600 | 2F72 #2F72B1 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 255B #255B8D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1B41 #1B4165 | Text on light backgroundsHeadingsStrong borders |
| 900 | 112A #112A40 | Primary textHigh emphasis contentDark headings |
| 950 | 0B1A #0B1A28 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F3F7FC;
--charcoal-100: #E3EDF8;
--charcoal-200: #CBDEF1;
--charcoal-300: #A2C5E6;
--charcoal-400: #72A7DA;
--charcoal-500: #4A8ECF;
--charcoal-600: #2F72B1;
--charcoal-700: #255B8D;
--charcoal-800: #1B4165;
--charcoal-900: #112A40;
--charcoal-950: #0B1A28;
}