Charcoal
#12193F
BlueColor Codes
All color formats for development
HEX
#12193FRGB
rgb(18, 25, 63)HSL
hsl(231, 56%, 16%)OKLCH
oklch(0.232 0.073 271.7)CMYK
cmyk(71%, 60%, 0%, 75%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#101639
2#0E1433
3#0D112D
4#0B0F26
5#090C20
6#070A19
7#050713
8#04050D
9#020206
Tints
Lighter variations
1#1B2661
2#253382
3#2E40A4
4#384DC5
5#586AD0
6#7988D9
7#9BA6E3
8#BCC3EC
9#DEE1F6
Tones
Muted variations
1#141A3D
2#171C3B
3#191E39
4#1B1F37
5#1D2134
6#202232
7#222430
8#24262D
9#27272B
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3F4 #F3F4FC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E3E6 #E3E6F7 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CBD1 #CBD1F0 | Secondary backgroundsInput backgroundsDividers |
| 300 | A4AD #A4ADE5 | BordersInactive statesPlaceholder text |
| 400 | 7483 #7483D8 | Disabled statesSecondary iconsMuted text |
| 500 | 4C5F #4C5FCD | Primary brand colorCTAsActive elementsLinks |
| 600 | 3144 #3144AF | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2736 #27368B | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1C27 #1C2763 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1219 #121940 | Primary textHigh emphasis contentDark headings |
| 950 | 0B10 #0B1028 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F3F4FC;
--charcoal-100: #E3E6F7;
--charcoal-200: #CBD1F0;
--charcoal-300: #A4ADE5;
--charcoal-400: #7483D8;
--charcoal-500: #4C5FCD;
--charcoal-600: #3144AF;
--charcoal-700: #27368B;
--charcoal-800: #1C2763;
--charcoal-900: #121940;
--charcoal-950: #0B1028;
}