Charcoal
#13193F
BlueColor Codes
All color formats for development
HEX
#13193FRGB
rgb(19, 25, 63)HSL
hsl(232, 54%, 16%)OKLCH
oklch(0.233 0.072 272.8)CMYK
cmyk(70%, 60%, 0%, 75%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#111639
2#0F1432
3#0D112C
4#0B0F26
5#090C1F
6#080A19
7#060713
8#04050D
9#020206
Tints
Lighter variations
1#1D2660
2#263381
3#303FA2
4#3A4CC3
5#5A69CE
6#7B87D8
7#9CA5E1
8#BDC3EB
9#DEE1F5
Tones
Muted variations
1#151A3D
2#171C3A
3#191D38
4#1C1F36
5#1E2134
6#202232
7#22242F
8#24262D
9#27272B
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3F4 #F3F4FB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E4E6 #E4E6F7 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CCD1 #CCD1F0 | Secondary backgroundsInput backgroundsDividers |
| 300 | A5AD #A5ADE4 | BordersInactive statesPlaceholder text |
| 400 | 7682 #7682D6 | Disabled statesSecondary iconsMuted text |
| 500 | 4E5F #4E5FCA | Primary brand colorCTAsActive elementsLinks |
| 600 | 3444 #3444AD | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2936 #293689 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1D27 #1D2762 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1319 #13193F | Primary textHigh emphasis contentDark headings |
| 950 | 0C0F #0C0F27 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F3F4FB;
--charcoal-100: #E4E6F7;
--charcoal-200: #CCD1F0;
--charcoal-300: #A5ADE4;
--charcoal-400: #7682D6;
--charcoal-500: #4E5FCA;
--charcoal-600: #3444AD;
--charcoal-700: #293689;
--charcoal-800: #1D2762;
--charcoal-900: #13193F;
--charcoal-950: #0C0F27;
}