Charcoal
#13133F
BlueColor Codes
All color formats for development
HEX
#13133FRGB
rgb(19, 19, 63)HSL
hsl(240, 54%, 16%)OKLCH
oklch(0.219 0.082 277.3)CMYK
cmyk(70%, 70%, 0%, 75%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#111139
2#0F0F32
3#0D0D2C
4#0B0B26
5#09091F
6#080819
7#060613
8#04040D
9#020206
Tints
Lighter variations
1#1D1D60
2#262681
3#3030A2
4#3A3AC3
5#5A5ACE
6#7B7BD8
7#9C9CE1
8#BDBDEB
9#DEDEF5
Tones
Muted variations
1#15153D
2#17173A
3#191938
4#1C1C36
5#1E1E34
6#202032
7#22222F
8#24242D
9#27272B
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3F3 #F3F3FB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E4E4 #E4E4F7 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CCCC #CCCCF0 | Secondary backgroundsInput backgroundsDividers |
| 300 | A5A5 #A5A5E4 | BordersInactive statesPlaceholder text |
| 400 | 7676 #7676D6 | Disabled statesSecondary iconsMuted text |
| 500 | 4E4E #4E4ECA | Primary brand colorCTAsActive elementsLinks |
| 600 | 3434 #3434AD | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2929 #292989 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1D1D #1D1D62 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1313 #13133F | Primary textHigh emphasis contentDark headings |
| 950 | 0C0C #0C0C27 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F3F3FB;
--charcoal-100: #E4E4F7;
--charcoal-200: #CCCCF0;
--charcoal-300: #A5A5E4;
--charcoal-400: #7676D6;
--charcoal-500: #4E4ECA;
--charcoal-600: #3434AD;
--charcoal-700: #292989;
--charcoal-800: #1D1D62;
--charcoal-900: #13133F;
--charcoal-950: #0C0C27;
}