Charcoal
#11326E
BlueColor Codes
All color formats for development
HEX
#11326ERGB
rgb(17, 50, 110)HSL
hsl(219, 73%, 25%)OKLCH
oklch(0.332 0.111 261.2)CMYK
cmyk(85%, 55%, 0%, 57%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0F2D63
2#0E2858
3#0C234D
4#0A1E42
5#091937
6#07142C
7#050F21
8#030A16
9#02050B
Tints
Lighter variations
1#16418F
2#1C50B0
3#215FD2
4#3873E0
5#5A8AE5
6#7BA2EA
7#9CB9F0
8#BDD0F5
9#DEE8FA
Tones
Muted variations
1#16336A
2#1B3565
3#1F3660
4#24375C
5#283957
6#2D3A52
7#323C4E
8#363D49
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 #6592E7 | Disabled statesSecondary iconsMuted text |
| 500 | 3873 #3873E0 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1E58 #1E58C2 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1846 #18469A | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1132 #11326E | Text on light backgroundsHeadingsStrong borders |
| 900 | 0B20 #0B2047 | 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: #6592E7;
--charcoal-500: #3873E0;
--charcoal-600: #1E58C2;
--charcoal-700: #18469A;
--charcoal-800: #11326E;
--charcoal-900: #0B2047;
--charcoal-950: #07142C;
}