Charcoal
#0F1C43
BlueColor Codes
All color formats for development
HEX
#0F1C43RGB
rgb(15, 28, 67)HSL
hsl(225, 63%, 16%)OKLCH
oklch(0.241 0.076 266.8)CMYK
cmyk(78%, 58%, 0%, 74%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0E193C
2#0C1635
3#0B142F
4#091128
5#080E21
6#060B1B
7#050814
8#03060D
9#020307
Tints
Lighter variations
1#172B65
2#1F3988
3#2748AB
4#2F57CE
5#5072D7
6#738EDF
7#96AAE7
8#B9C7EF
9#DCE3F7
Tones
Muted variations
1#121D40
2#141F3D
3#17203B
4#192138
5#1C2236
6#1F2433
7#212531
8#24262E
9#26282B
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3F5 #F3F5FC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2E8 #E2E8F8 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C9D3 #C9D3F3 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9FB2 #9FB2E9 | BordersInactive statesPlaceholder text |
| 400 | 6E8A #6E8ADE | Disabled statesSecondary iconsMuted text |
| 500 | 4468 #4468D5 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2A4D #2A4DB7 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 213D #213D91 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 182C #182C68 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0F1C #0F1C43 | Primary textHigh emphasis contentDark headings |
| 950 | 0911 #09112A | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F3F5FC;
--charcoal-100: #E2E8F8;
--charcoal-200: #C9D3F3;
--charcoal-300: #9FB2E9;
--charcoal-400: #6E8ADE;
--charcoal-500: #4468D5;
--charcoal-600: #2A4DB7;
--charcoal-700: #213D91;
--charcoal-800: #182C68;
--charcoal-900: #0F1C43;
--charcoal-950: #09112A;
}