Charcoal
#111340
BlueColor Codes
All color formats for development
HEX
#111340RGB
rgb(17, 19, 64)HSL
hsl(237, 58%, 16%)OKLCH
oklch(0.219 0.084 275.1)CMYK
cmyk(73%, 70%, 0%, 75%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0F123A
2#0E1034
3#0C0E2D
4#0A0C27
5#090A20
6#07081A
7#050613
8#03040D
9#020206
Tints
Lighter variations
1#1A1E62
2#232884
3#2C32A6
4#353CC8
5#565CD2
6#787DDB
7#999DE4
8#BBBEED
9#DDDEF6
Tones
Muted variations
1#14163E
2#16183C
3#181A39
4#1B1C37
5#1D1E35
6#1F2032
7#222230
8#24252E
9#26272B
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3F3 #F3F3FC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E3E4 #E3E4F8 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CBCD #CBCDF1 | Secondary backgroundsInput backgroundsDividers |
| 300 | A2A6 #A2A6E6 | BordersInactive statesPlaceholder text |
| 400 | 7277 #7277DA | Disabled statesSecondary iconsMuted text |
| 500 | 4A50 #4A50CF | Primary brand colorCTAsActive elementsLinks |
| 600 | 2F36 #2F36B1 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 252B #252B8D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1B1E #1B1E65 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1114 #111440 | Primary textHigh emphasis contentDark headings |
| 950 | 0B0C #0B0C28 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F3F3FC;
--charcoal-100: #E3E4F8;
--charcoal-200: #CBCDF1;
--charcoal-300: #A2A6E6;
--charcoal-400: #7277DA;
--charcoal-500: #4A50CF;
--charcoal-600: #2F36B1;
--charcoal-700: #252B8D;
--charcoal-800: #1B1E65;
--charcoal-900: #111440;
--charcoal-950: #0B0C28;
}