Charcoal
#0F1843
BlueColor Codes
All color formats for development
HEX
#0F1843RGB
rgb(15, 24, 67)HSL
hsl(230, 63%, 16%)OKLCH
oklch(0.231 0.082 269.9)CMYK
cmyk(78%, 64%, 0%, 74%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0E153C
2#0C1335
3#0B112F
4#090E28
5#080C21
6#06091B
7#050714
8#03050D
9#020207
Tints
Lighter variations
1#172465
2#1F3188
3#273DAB
4#2F49CE
5#5067D7
6#7385DF
7#96A4E7
8#B9C2EF
9#DCE1F7
Tones
Muted variations
1#121940
2#141B3D
3#171D3B
4#191F38
5#1C2036
6#1F2233
7#212431
8#24252E
9#26272B
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3F4 #F3F4FC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2E6 #E2E6F8 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C9D0 #C9D0F3 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9FAC #9FACE9 | BordersInactive statesPlaceholder text |
| 400 | 6E80 #6E80DE | Disabled statesSecondary iconsMuted text |
| 500 | 445C #445CD5 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2A41 #2A41B7 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2134 #213491 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1825 #182568 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0F18 #0F1843 | Primary textHigh emphasis contentDark headings |
| 950 | 090F #090F2A | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F3F4FC;
--charcoal-100: #E2E6F8;
--charcoal-200: #C9D0F3;
--charcoal-300: #9FACE9;
--charcoal-400: #6E80DE;
--charcoal-500: #445CD5;
--charcoal-600: #2A41B7;
--charcoal-700: #213491;
--charcoal-800: #182568;
--charcoal-900: #0F1843;
--charcoal-950: #090F2A;
}