Charcoal
#0F1943
BlueColor Codes
All color formats for development
HEX
#0F1943RGB
rgb(15, 25, 67)HSL
hsl(228, 63%, 16%)OKLCH
oklch(0.234 0.08 269.2)CMYK
cmyk(78%, 63%, 0%, 74%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0E173C
2#0C1435
3#0B122F
4#090F28
5#080D21
6#060A1B
7#050814
8#03050D
9#020307
Tints
Lighter variations
1#172765
2#1F3488
3#2741AB
4#2F4FCE
5#506BD7
6#7389DF
7#96A6E7
8#B9C4EF
9#DCE1F7
Tones
Muted variations
1#121B40
2#141C3D
3#171E3B
4#192038
5#1C2136
6#1F2333
7#212431
8#24262E
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 | C9D1 #C9D1F3 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9FAE #9FAEE9 | BordersInactive statesPlaceholder text |
| 400 | 6E84 #6E84DE | Disabled statesSecondary iconsMuted text |
| 500 | 4461 #4461D5 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2A46 #2A46B7 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2138 #213891 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1828 #182868 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0F19 #0F1943 | Primary textHigh emphasis contentDark headings |
| 950 | 0910 #09102A | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F3F4FC;
--charcoal-100: #E2E6F8;
--charcoal-200: #C9D1F3;
--charcoal-300: #9FAEE9;
--charcoal-400: #6E84DE;
--charcoal-500: #4461D5;
--charcoal-600: #2A46B7;
--charcoal-700: #213891;
--charcoal-800: #182868;
--charcoal-900: #0F1943;
--charcoal-950: #09102A;
}