Charcoal
#13163F
BlueColor Codes
All color formats for development
HEX
#13163FRGB
rgb(19, 22, 63)HSL
hsl(236, 54%, 16%)OKLCH
oklch(0.226 0.077 275.2)CMYK
cmyk(70%, 65%, 0%, 75%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#111439
2#0F1132
3#0D0F2C
4#0B0D26
5#090B1F
6#080919
7#060713
8#04040D
9#020206
Tints
Lighter variations
1#1D2160
2#262C81
3#3038A2
4#3A43C3
5#5A62CE
6#7B81D8
7#9CA1E1
8#BDC0EB
9#DEE0F5
Tones
Muted variations
1#15183D
2#171A3A
3#191B38
4#1C1D36
5#1E1F34
6#202132
7#22232F
8#24252D
9#27272B
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3F4 #F3F4FB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E4E5 #E4E5F7 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CCCE #CCCEF0 | Secondary backgroundsInput backgroundsDividers |
| 300 | A5A9 #A5A9E4 | BordersInactive statesPlaceholder text |
| 400 | 767C #767CD6 | Disabled statesSecondary iconsMuted text |
| 500 | 4E57 #4E57CA | Primary brand colorCTAsActive elementsLinks |
| 600 | 343C #343CAD | Hover statesFocus ringsPrimary buttons hover |
| 700 | 292F #292F89 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1D22 #1D2262 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1316 #13163F | Primary textHigh emphasis contentDark headings |
| 950 | 0C0E #0C0E27 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F3F4FB;
--charcoal-100: #E4E5F7;
--charcoal-200: #CCCEF0;
--charcoal-300: #A5A9E4;
--charcoal-400: #767CD6;
--charcoal-500: #4E57CA;
--charcoal-600: #343CAD;
--charcoal-700: #292F89;
--charcoal-800: #1D2262;
--charcoal-900: #13163F;
--charcoal-950: #0C0E27;
}