Charcoal
#121A40
BlueColor Codes
All color formats for development
HEX
#121A40RGB
rgb(18, 26, 64)HSL
hsl(230, 56%, 16%)OKLCH
oklch(0.235 0.073 270.9)CMYK
cmyk(72%, 59%, 0%, 75%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#101739
2#0E1433
3#0D122D
4#0B0F26
5#090D20
6#070A19
7#050813
8#04050D
9#020306
Tints
Lighter variations
1#1B2761
2#253482
3#2E42A4
4#384FC5
5#586CD0
6#7989D9
7#9BA7E3
8#BCC4EC
9#DEE2F6
Tones
Muted variations
1#141B3D
2#171D3B
3#191E39
4#1B2037
5#1D2134
6#202332
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 | A4AE #A4AEE5 | BordersInactive statesPlaceholder text |
| 400 | 7484 #7484D8 | Disabled statesSecondary iconsMuted text |
| 500 | 4C61 #4C61CD | Primary brand colorCTAsActive elementsLinks |
| 600 | 3146 #3146AF | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2738 #27388B | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1C28 #1C2863 | Text on light backgroundsHeadingsStrong borders |
| 900 | 121A #121A40 | 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: #A4AEE5;
--charcoal-400: #7484D8;
--charcoal-500: #4C61CD;
--charcoal-600: #3146AF;
--charcoal-700: #27388B;
--charcoal-800: #1C2863;
--charcoal-900: #121A40;
--charcoal-950: #0B1028;
}