Charcoal
#13193E
BlueColor Codes
All color formats for development
HEX
#13193ERGB
rgb(19, 25, 62)HSL
hsl(232, 53%, 16%)OKLCH
oklch(0.232 0.071 272.7)CMYK
cmyk(69%, 60%, 0%, 76%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#111638
2#0F1432
3#0D112C
4#0C0F25
5#0A0C1F
6#080A19
7#060713
8#04050C
9#020206
Tints
Lighter variations
1#1D265F
2#273380
3#3140A1
4#3B4DC2
5#5B6ACD
6#7C88D7
7#9DA6E1
8#BDC4EB
9#DEE1F5
Tones
Muted variations
1#151B3C
2#181C3A
3#1A1E38
4#1C1F36
5#1E2134
6#202231
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 #CCD1EF | Secondary backgroundsInput backgroundsDividers |
| 300 | A5AE #A5AEE3 | BordersInactive statesPlaceholder text |
| 400 | 7683 #7683D5 | Disabled statesSecondary iconsMuted text |
| 500 | 4F60 #4F60C9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 3545 #3545AC | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2A37 #2A3789 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1E27 #1E2762 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1319 #13193E | Primary textHigh emphasis contentDark headings |
| 950 | 0C10 #0C1027 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F3F4FB;
--charcoal-100: #E4E6F7;
--charcoal-200: #CCD1EF;
--charcoal-300: #A5AEE3;
--charcoal-400: #7683D5;
--charcoal-500: #4F60C9;
--charcoal-600: #3545AC;
--charcoal-700: #2A3789;
--charcoal-800: #1E2762;
--charcoal-900: #13193E;
--charcoal-950: #0C1027;
}