Charcoal
#0F1B43
BlueColor Codes
All color formats for development
HEX
#0F1B43RGB
rgb(15, 27, 67)HSL
hsl(226, 63%, 16%)OKLCH
oklch(0.239 0.077 267.6)CMYK
cmyk(78%, 60%, 0%, 74%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0E183C
2#0C1635
3#0B132F
4#091028
5#080E21
6#060B1B
7#050814
8#03050D
9#020307
Tints
Lighter variations
1#172965
2#1F3888
3#2746AB
4#2F54CE
5#5070D7
6#738DDF
7#96A9E7
8#B9C6EF
9#DCE2F7
Tones
Muted variations
1#121C40
2#141E3D
3#171F3B
4#192138
5#1C2236
6#1F2333
7#212531
8#24262E
9#26272B
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3F5 #F3F5FC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2E7 #E2E7F8 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C9D3 #C9D3F3 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9FB1 #9FB1E9 | BordersInactive statesPlaceholder text |
| 400 | 6E88 #6E88DE | Disabled statesSecondary iconsMuted text |
| 500 | 4466 #4466D5 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2A4B #2A4BB7 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 213B #213B91 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 182A #182A68 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0F1B #0F1B43 | 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: #E2E7F8;
--charcoal-200: #C9D3F3;
--charcoal-300: #9FB1E9;
--charcoal-400: #6E88DE;
--charcoal-500: #4466D5;
--charcoal-600: #2A4BB7;
--charcoal-700: #213B91;
--charcoal-800: #182A68;
--charcoal-900: #0F1B43;
--charcoal-950: #09112A;
}