Charcoal
#1C3163
BlueColor Codes
All color formats for development
HEX
#1C3163RGB
rgb(28, 49, 99)HSL
hsl(222, 56%, 25%)OKLCH
oklch(0.326 0.092 264.7)CMYK
cmyk(72%, 51%, 0%, 61%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#192D5A
2#162850
3#142346
4#111E3C
5#0E1932
6#0B1428
7#080F1E
8#060A14
9#03050A
Tints
Lighter variations
1#244081
2#2D4F9F
3#355EBD
4#4C73CD
5#6A8AD5
6#88A1DD
7#A5B9E6
8#C3D0EE
9#E1E8F7
Tones
Muted variations
1#203360
2#23345C
3#273659
4#2A3755
5#2E3952
6#313A4E
7#353B4A
8#393D47
9#3C3E43
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3F6 #F3F6FC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E3E9 #E3E9F7 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CBD6 #CBD6F0 | Secondary backgroundsInput backgroundsDividers |
| 300 | A4B7 #A4B7E5 | BordersInactive statesPlaceholder text |
| 400 | 7492 #7492D8 | Disabled statesSecondary iconsMuted text |
| 500 | 4C73 #4C73CD | Primary brand colorCTAsActive elementsLinks |
| 600 | 3157 #3157AF | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2745 #27458B | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1C31 #1C3163 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1220 #122040 | Primary textHigh emphasis contentDark headings |
| 950 | 0B14 #0B1428 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F3F6FC;
--charcoal-100: #E3E9F7;
--charcoal-200: #CBD6F0;
--charcoal-300: #A4B7E5;
--charcoal-400: #7492D8;
--charcoal-500: #4C73CD;
--charcoal-600: #3157AF;
--charcoal-700: #27458B;
--charcoal-800: #1C3163;
--charcoal-900: #122040;
--charcoal-950: #0B1428;
}