Charcoal
#112A41
BlueColor Codes
All color formats for development
HEX
#112A41RGB
rgb(17, 42, 65)HSL
hsl(209, 59%, 16%)OKLCH
oklch(0.278 0.053 248.5)CMYK
cmyk(74%, 35%, 0%, 75%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0F253A
2#0D2134
3#0C1D2D
4#0A1927
5#081520
6#07111A
7#050C13
8#03080D
9#020406
Tints
Lighter variations
1#1A3F63
2#225585
3#2B6BA7
4#3481C9
5#5596D3
6#77ABDC
7#99C0E5
8#BBD5ED
9#DDEAF6
Tones
Muted variations
1#132A3E
2#16293C
3#18293A
4#1A2937
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 | F3F8 #F3F8FC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E3EE #E3EEF8 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CADF #CADFF1 | Secondary backgroundsInput backgroundsDividers |
| 300 | A2C6 #A2C6E7 | BordersInactive statesPlaceholder text |
| 400 | 71A8 #71A8DA | Disabled statesSecondary iconsMuted text |
| 500 | 498F #498FD0 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2E72 #2E72B2 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 255B #255B8E | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1A41 #1A4165 | Text on light backgroundsHeadingsStrong borders |
| 900 | 112A #112A41 | Primary textHigh emphasis contentDark headings |
| 950 | 0A1A #0A1A29 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F3F8FC;
--charcoal-100: #E3EEF8;
--charcoal-200: #CADFF1;
--charcoal-300: #A2C6E7;
--charcoal-400: #71A8DA;
--charcoal-500: #498FD0;
--charcoal-600: #2E72B2;
--charcoal-700: #255B8E;
--charcoal-800: #1A4165;
--charcoal-900: #112A41;
--charcoal-950: #0A1A29;
}