Charcoal
#112F41
BlueColor Codes
All color formats for development
HEX
#112F41RGB
rgb(17, 47, 65)HSL
hsl(203, 59%, 16%)OKLCH
oklch(0.292 0.048 238)CMYK
cmyk(74%, 28%, 0%, 75%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0F2A3A
2#0D2534
3#0C202D
4#0A1C27
5#081720
6#07131A
7#050E13
8#03090D
9#020506
Tints
Lighter variations
1#1A4763
2#225F85
3#2B78A7
4#3490C9
5#55A3D3
6#77B5DC
7#99C8E5
8#BBDAED
9#DDEDF6
Tones
Muted variations
1#132E3E
2#162D3C
3#182D3A
4#1A2C37
5#1D2C35
6#1F2B32
7#222A30
8#242A2E
9#26292B
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3F8 #F3F8FC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E3F0 #E3F0F8 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CAE2 #CAE2F1 | Secondary backgroundsInput backgroundsDividers |
| 300 | A2CC #A2CCE7 | BordersInactive statesPlaceholder text |
| 400 | 71B2 #71B2DA | Disabled statesSecondary iconsMuted text |
| 500 | 499C #499CD0 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2E80 #2E80B2 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2566 #25668E | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1A49 #1A4965 | Text on light backgroundsHeadingsStrong borders |
| 900 | 112E #112E41 | Primary textHigh emphasis contentDark headings |
| 950 | 0A1D #0A1D29 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F3F8FC;
--charcoal-100: #E3F0F8;
--charcoal-200: #CAE2F1;
--charcoal-300: #A2CCE7;
--charcoal-400: #71B2DA;
--charcoal-500: #499CD0;
--charcoal-600: #2E80B2;
--charcoal-700: #25668E;
--charcoal-800: #1A4965;
--charcoal-900: #112E41;
--charcoal-950: #0A1D29;
}