Charcoal
#111B40
BlueColor Codes
All color formats for development
HEX
#111B40RGB
rgb(17, 27, 64)HSL
hsl(227, 58%, 16%)OKLCH
oklch(0.237 0.072 269)CMYK
cmyk(73%, 58%, 0%, 75%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0F193A
2#0E1634
3#0C132D
4#0A1027
5#090E20
6#070B1A
7#050813
8#03050D
9#020306
Tints
Lighter variations
1#1A2A62
2#233884
3#2C47A6
4#3555C8
5#5671D2
6#788DDB
7#99AAE4
8#BBC6ED
9#DDE3F6
Tones
Muted variations
1#141D3E
2#161E3C
3#181F39
4#1B2137
5#1D2235
6#1F2332
7#222530
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 | CBD3 #CBD3F1 | Secondary backgroundsInput backgroundsDividers |
| 300 | A2B1 #A2B1E6 | BordersInactive statesPlaceholder text |
| 400 | 7288 #7288DA | Disabled statesSecondary iconsMuted text |
| 500 | 4A67 #4A67CF | Primary brand colorCTAsActive elementsLinks |
| 600 | 2F4B #2F4BB1 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 253C #253C8D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1B2B #1B2B65 | Text on light backgroundsHeadingsStrong borders |
| 900 | 111B #111B40 | Primary textHigh emphasis contentDark headings |
| 950 | 0B11 #0B1128 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F3F5FC;
--charcoal-100: #E3E7F8;
--charcoal-200: #CBD3F1;
--charcoal-300: #A2B1E6;
--charcoal-400: #7288DA;
--charcoal-500: #4A67CF;
--charcoal-600: #2F4BB1;
--charcoal-700: #253C8D;
--charcoal-800: #1B2B65;
--charcoal-900: #111B40;
--charcoal-950: #0B1128;
}