Charcoal
#184068
BlueColor Codes
All color formats for development
HEX
#184068RGB
rgb(24, 64, 104)HSL
hsl(210, 63%, 25%)OKLCH
oklch(0.365 0.082 251.1)CMYK
cmyk(77%, 38%, 0%, 59%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#15395E
2#133353
3#112D49
4#0E263E
5#0C2034
6#09192A
7#07131F
8#050D15
9#02060A
Tints
Lighter variations
1#1F5387
2#2666A6
3#2D79C5
4#448CD5
5#639FDC
6#82B2E3
7#A1C6EA
8#C1D9F1
9#E0ECF8
Tones
Muted variations
1#1C4064
2#204060
3#24405C
4#284058
5#2C4054
6#304050
7#34404C
8#384048
9#3C4044
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3F7 #F3F7FC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2ED #E2EDF8 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C9DE #C9DEF3 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9FC4 #9FC4E9 | BordersInactive statesPlaceholder text |
| 400 | 6EA6 #6EA6DE | Disabled statesSecondary iconsMuted text |
| 500 | 448C #448CD5 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2A70 #2A70B7 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2159 #215991 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1840 #184068 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0F29 #0F2943 | Primary textHigh emphasis contentDark headings |
| 950 | 091A #091A2A | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F3F7FC;
--charcoal-100: #E2EDF8;
--charcoal-200: #C9DEF3;
--charcoal-300: #9FC4E9;
--charcoal-400: #6EA6DE;
--charcoal-500: #448CD5;
--charcoal-600: #2A70B7;
--charcoal-700: #215991;
--charcoal-800: #184068;
--charcoal-900: #0F2943;
--charcoal-950: #091A2A;
}