Charcoal
#111B41
BlueColor Codes
All color formats for development
HEX
#111B41RGB
rgb(17, 27, 65)HSL
hsl(228, 59%, 16%)OKLCH
oklch(0.238 0.073 269.1)CMYK
cmyk(74%, 58%, 0%, 75%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0F183A
2#0D1534
3#0C122D
4#0A1027
5#080D20
6#070B1A
7#050813
8#03050D
9#020306
Tints
Lighter variations
1#1A2863
2#223685
3#2B44A7
4#3452C9
5#556ED3
6#778BDC
7#99A8E5
8#BBC5ED
9#DDE2F6
Tones
Muted variations
1#131C3E
2#161D3C
3#181F3A
4#1A2037
5#1D2235
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 | CAD2 #CAD2F1 | Secondary backgroundsInput backgroundsDividers |
| 300 | A2B0 #A2B0E7 | BordersInactive statesPlaceholder text |
| 400 | 7186 #7186DA | Disabled statesSecondary iconsMuted text |
| 500 | 4964 #4964D0 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2E48 #2E48B2 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 253A #253A8E | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1A29 #1A2965 | Text on light backgroundsHeadingsStrong borders |
| 900 | 111A #111A41 | Primary textHigh emphasis contentDark headings |
| 950 | 0A10 #0A1029 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F3F5FC;
--charcoal-100: #E3E7F8;
--charcoal-200: #CAD2F1;
--charcoal-300: #A2B0E7;
--charcoal-400: #7186DA;
--charcoal-500: #4964D0;
--charcoal-600: #2E48B2;
--charcoal-700: #253A8E;
--charcoal-800: #1A2965;
--charcoal-900: #111A41;
--charcoal-950: #0A1029;
}