Charcoal
#13163E
BlueColor Codes
All color formats for development
HEX
#13163ERGB
rgb(19, 22, 62)HSL
hsl(236, 53%, 16%)OKLCH
oklch(0.225 0.075 275.3)CMYK
cmyk(69%, 65%, 0%, 76%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#111438
2#0F1232
3#0D0F2C
4#0C0D25
5#0A0B1F
6#080919
7#060713
8#04040C
9#020206
Tints
Lighter variations
1#1D225F
2#272D80
3#3139A1
4#3B44C2
5#5B63CD
6#7C82D7
7#9DA1E1
8#BDC0EB
9#DEE0F5
Tones
Muted variations
1#15183C
2#181A3A
3#1A1C38
4#1C1E36
5#1E1F34
6#202131
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 | CCCF #CCCFEF | Secondary backgroundsInput backgroundsDividers |
| 300 | A5A9 #A5A9E3 | BordersInactive statesPlaceholder text |
| 400 | 767D #767DD5 | Disabled statesSecondary iconsMuted text |
| 500 | 4F58 #4F58C9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 353D #353DAC | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2A30 #2A3089 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1E22 #1E2262 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1316 #13163E | 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: #CCCFEF;
--charcoal-300: #A5A9E3;
--charcoal-400: #767DD5;
--charcoal-500: #4F58C9;
--charcoal-600: #353DAC;
--charcoal-700: #2A3089;
--charcoal-800: #1E2262;
--charcoal-900: #13163E;
--charcoal-950: #0C0E27;
}