Charcoal
#11496E
BlueColor Codes
All color formats for development
HEX
#11496ERGB
rgb(17, 73, 110)HSL
hsl(204, 73%, 25%)OKLCH
oklch(0.39 0.084 243.1)CMYK
cmyk(85%, 34%, 0%, 57%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0F4263
2#0E3A58
3#0C334D
4#0A2C42
5#092537
6#071D2C
7#051621
8#030F16
9#02070B
Tints
Lighter variations
1#165F8F
2#1C75B0
3#218BD2
4#389DE0
5#5AADE5
6#7BBEEA
7#9CCEF0
8#BDDEF5
9#DEEFFA
Tones
Muted variations
1#16486A
2#1B4765
3#1F4660
4#24455C
5#284457
6#2D4352
7#32434E
8#364249
9#3B4144
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2F8 #F2F8FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E0F0 #E0F0FA | Light backgroundsTable row hoverSkeleton loading |
| 200 | C6E3 #C6E3F6 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9ACD #9ACDEF | BordersInactive statesPlaceholder text |
| 400 | 65B3 #65B3E7 | Disabled statesSecondary iconsMuted text |
| 500 | 389D #389DE0 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1E81 #1E81C2 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1866 #18669A | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1149 #11496E | Text on light backgroundsHeadingsStrong borders |
| 900 | 0B2F #0B2F47 | Primary textHigh emphasis contentDark headings |
| 950 | 071D #071D2C | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F2F8FD;
--charcoal-100: #E0F0FA;
--charcoal-200: #C6E3F6;
--charcoal-300: #9ACDEF;
--charcoal-400: #65B3E7;
--charcoal-500: #389DE0;
--charcoal-600: #1E81C2;
--charcoal-700: #18669A;
--charcoal-800: #11496E;
--charcoal-900: #0B2F47;
--charcoal-950: #071D2C;
}