Charcoal
#111640
BlueColor Codes
All color formats for development
HEX
#111640RGB
rgb(17, 22, 64)HSL
hsl(234, 58%, 16%)OKLCH
oklch(0.225 0.079 273.1)CMYK
cmyk(73%, 66%, 0%, 75%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0F143A
2#0E1134
3#0C0F2D
4#0A0D27
5#090B20
6#07091A
7#050713
8#03040D
9#020206
Tints
Lighter variations
1#1A2162
2#232D84
3#2C38A6
4#3544C8
5#5662D2
6#7882DB
7#99A1E4
8#BBC0ED
9#DDE0F6
Tones
Muted variations
1#14183E
2#161A3C
3#181C39
4#1B1D37
5#1D1F35
6#1F2132
7#222330
8#24252E
9#26272B
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3F4 #F3F4FC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E3E5 #E3E5F8 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CBCE #CBCEF1 | Secondary backgroundsInput backgroundsDividers |
| 300 | A2A9 #A2A9E6 | BordersInactive statesPlaceholder text |
| 400 | 727C #727CDA | Disabled statesSecondary iconsMuted text |
| 500 | 4A57 #4A57CF | Primary brand colorCTAsActive elementsLinks |
| 600 | 2F3C #2F3CB1 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2530 #25308D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1B22 #1B2265 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1116 #111640 | Primary textHigh emphasis contentDark headings |
| 950 | 0B0E #0B0E28 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F3F4FC;
--charcoal-100: #E3E5F8;
--charcoal-200: #CBCEF1;
--charcoal-300: #A2A9E6;
--charcoal-400: #727CDA;
--charcoal-500: #4A57CF;
--charcoal-600: #2F3CB1;
--charcoal-700: #25308D;
--charcoal-800: #1B2265;
--charcoal-900: #111640;
--charcoal-950: #0B0E28;
}