Charcoal
#12326E
BlueColor Codes
All color formats for development
HEX
#12326ERGB
rgb(18, 50, 110)HSL
hsl(219, 72%, 25%)OKLCH
oklch(0.333 0.111 261.5)CMYK
cmyk(84%, 55%, 0%, 57%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#102D63
2#0E2858
3#0C234D
4#0B1E42
5#091937
6#07142C
7#050F21
8#040A16
9#02050B
Tints
Lighter variations
1#17418F
2#1D50AF
3#225FD0
4#3A73DF
5#5B8BE4
6#7BA2EA
7#9CB9EF
8#BDD0F4
9#DEE8FA
Tones
Muted variations
1#163369
2#1B3564
3#203660
4#24375B
5#293957
6#2D3A52
7#323C4E
8#373D49
9#3B3E44
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2F6 #F2F6FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E0E9 #E0E9FA | Light backgroundsTable row hoverSkeleton loading |
| 200 | C6D7 #C6D7F6 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9AB8 #9AB8EF | BordersInactive statesPlaceholder text |
| 400 | 6592 #6592E6 | Disabled statesSecondary iconsMuted text |
| 500 | 3A73 #3A73DF | Primary brand colorCTAsActive elementsLinks |
| 600 | 1F58 #1F58C1 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1946 #19469A | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1232 #12326E | Text on light backgroundsHeadingsStrong borders |
| 900 | 0B20 #0B2046 | Primary textHigh emphasis contentDark headings |
| 950 | 0714 #07142C | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F2F6FD;
--charcoal-100: #E0E9FA;
--charcoal-200: #C6D7F6;
--charcoal-300: #9AB8EF;
--charcoal-400: #6592E6;
--charcoal-500: #3A73DF;
--charcoal-600: #1F58C1;
--charcoal-700: #19469A;
--charcoal-800: #12326E;
--charcoal-900: #0B2046;
--charcoal-950: #07142C;
}