Charcoal
#111A40
BlueColor Codes
All color formats for development
HEX
#111A40RGB
rgb(17, 26, 64)HSL
hsl(229, 58%, 16%)OKLCH
oklch(0.235 0.073 269.9)CMYK
cmyk(73%, 59%, 0%, 75%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0F173A
2#0E1534
3#0C122D
4#0A0F27
5#090D20
6#070A1A
7#050813
8#03050D
9#020306
Tints
Lighter variations
1#1A2762
2#233584
3#2C42A6
4#3550C8
5#566DD2
6#788ADB
7#99A7E4
8#BBC4ED
9#DDE2F6
Tones
Muted variations
1#141B3E
2#161D3C
3#181E39
4#1B2037
5#1D2135
6#1F2332
7#222430
8#24262E
9#26272B
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3F5 #F3F5FC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E3E7 #E3E7F8 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CBD2 #CBD2F1 | Secondary backgroundsInput backgroundsDividers |
| 300 | A2AF #A2AFE6 | BordersInactive statesPlaceholder text |
| 400 | 7285 #7285DA | Disabled statesSecondary iconsMuted text |
| 500 | 4A62 #4A62CF | Primary brand colorCTAsActive elementsLinks |
| 600 | 2F47 #2F47B1 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2538 #25388D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1B28 #1B2865 | Text on light backgroundsHeadingsStrong borders |
| 900 | 111A #111A40 | Primary textHigh emphasis contentDark headings |
| 950 | 0B10 #0B1028 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F3F5FC;
--charcoal-100: #E3E7F8;
--charcoal-200: #CBD2F1;
--charcoal-300: #A2AFE6;
--charcoal-400: #7285DA;
--charcoal-500: #4A62CF;
--charcoal-600: #2F47B1;
--charcoal-700: #25388D;
--charcoal-800: #1B2865;
--charcoal-900: #111A40;
--charcoal-950: #0B1028;
}