Charcoal
#1C2363
BlueColor Codes
All color formats for development
HEX
#1C2363RGB
rgb(28, 35, 99)HSL
hsl(234, 56%, 25%)OKLCH
oklch(0.295 0.112 272.7)CMYK
cmyk(72%, 65%, 0%, 61%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#19205A
2#161C50
3#141946
4#11153C
5#0E1232
6#0B0E28
7#080B1E
8#060714
9#03040A
Tints
Lighter variations
1#242E81
2#2D389F
3#3543BD
4#4C59CD
5#6A75D5
6#8890DD
7#A5ACE6
8#C3C8EE
9#E1E3F7
Tones
Muted variations
1#202660
2#23295C
3#272C59
4#2A2F55
5#2E3152
6#31344E
7#35374A
8#393A47
9#3C3D43
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3F4 #F3F4FC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E3E5 #E3E5F7 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CBCF #CBCFF0 | Secondary backgroundsInput backgroundsDividers |
| 300 | A4AA #A4AAE5 | BordersInactive statesPlaceholder text |
| 400 | 747E #747ED8 | Disabled statesSecondary iconsMuted text |
| 500 | 4C59 #4C59CD | Primary brand colorCTAsActive elementsLinks |
| 600 | 313E #313EAF | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2731 #27318B | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1C23 #1C2363 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1217 #121740 | Primary textHigh emphasis contentDark headings |
| 950 | 0B0E #0B0E28 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F3F4FC;
--charcoal-100: #E3E5F7;
--charcoal-200: #CBCFF0;
--charcoal-300: #A4AAE5;
--charcoal-400: #747ED8;
--charcoal-500: #4C59CD;
--charcoal-600: #313EAF;
--charcoal-700: #27318B;
--charcoal-800: #1C2363;
--charcoal-900: #121740;
--charcoal-950: #0B0E28;
}