Charcoal
#13133E
BlueColor Codes
All color formats for development
HEX
#13133ERGB
rgb(19, 19, 62)HSL
hsl(240, 53%, 16%)OKLCH
oklch(0.218 0.08 277.5)CMYK
cmyk(69%, 69%, 0%, 76%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#111138
2#0F0F32
3#0D0D2C
4#0C0C25
5#0A0A1F
6#080819
7#060613
8#04040C
9#020206
Tints
Lighter variations
1#1D1D5F
2#272780
3#3131A1
4#3B3BC2
5#5B5BCD
6#7C7CD7
7#9D9DE1
8#BDBDEB
9#DEDEF5
Tones
Muted variations
1#15153C
2#18183A
3#1A1A38
4#1C1C36
5#1E1E34
6#202031
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 #CCCCEF | Secondary backgroundsInput backgroundsDividers |
| 300 | A5A5 #A5A5E3 | BordersInactive statesPlaceholder text |
| 400 | 7676 #7676D5 | Disabled statesSecondary iconsMuted text |
| 500 | 4F4F #4F4FC9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 3535 #3535AC | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2A2A #2A2A89 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1E1E #1E1E62 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1313 #13133E | 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: #CCCCEF;
--charcoal-300: #A5A5E3;
--charcoal-400: #7676D5;
--charcoal-500: #4F4FC9;
--charcoal-600: #3535AC;
--charcoal-700: #2A2A89;
--charcoal-800: #1E1E62;
--charcoal-900: #13133E;
--charcoal-950: #0C0C27;
}