Charcoal
#112F40
BlueColor Codes
All color formats for development
HEX
#112F40RGB
rgb(17, 47, 64)HSL
hsl(202, 58%, 16%)OKLCH
oklch(0.291 0.047 236.4)CMYK
cmyk(73%, 27%, 0%, 75%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0F2A3A
2#0E2634
3#0C212D
4#0A1C27
5#091820
6#07131A
7#050E13
8#03090D
9#020506
Tints
Lighter variations
1#1A4862
2#236184
3#2C79A6
4#3592C8
5#56A4D2
6#78B7DB
7#99C9E4
8#BBDBED
9#DDEDF6
Tones
Muted variations
1#142E3E
2#162E3C
3#182D39
4#1B2D37
5#1D2C35
6#1F2B32
7#222B30
8#242A2E
9#26292B
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3F9 #F3F9FC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E3F0 #E3F0F8 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CBE3 #CBE3F1 | Secondary backgroundsInput backgroundsDividers |
| 300 | A2CD #A2CDE6 | BordersInactive statesPlaceholder text |
| 400 | 72B4 #72B4DA | Disabled statesSecondary iconsMuted text |
| 500 | 4A9E #4A9ECF | Primary brand colorCTAsActive elementsLinks |
| 600 | 2F82 #2F82B1 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2567 #25678D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1B4A #1B4A65 | Text on light backgroundsHeadingsStrong borders |
| 900 | 112F #112F40 | Primary textHigh emphasis contentDark headings |
| 950 | 0B1D #0B1D28 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F3F9FC;
--charcoal-100: #E3F0F8;
--charcoal-200: #CBE3F1;
--charcoal-300: #A2CDE6;
--charcoal-400: #72B4DA;
--charcoal-500: #4A9ECF;
--charcoal-600: #2F82B1;
--charcoal-700: #25678D;
--charcoal-800: #1B4A65;
--charcoal-900: #112F40;
--charcoal-950: #0B1D28;
}