Charcoal
#0E1944
BlueColor Codes
All color formats for development
HEX
#0E1944RGB
rgb(14, 25, 68)HSL
hsl(228, 66%, 16%)OKLCH
oklch(0.234 0.082 268.4)CMYK
cmyk(79%, 63%, 0%, 73%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0C163D
2#0B1436
3#0A112F
4#080F29
5#070C22
6#060A1B
7#040714
8#03050E
9#010207
Tints
Lighter variations
1#152667
2#1C338B
3#243FAE
4#2B4CD2
5#4D69DB
6#7187E2
7#94A5E9
8#B8C3F0
9#DBE1F8
Tones
Muted variations
1#111A41
2#131C3E
3#161D3C
4#191F39
5#1B2136
6#1E2234
7#212431
8#23262E
9#26272B
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2F4 #F2F4FC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E1E6 #E1E6F9 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C8D1 #C8D1F4 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9EAD #9EADEB | BordersInactive statesPlaceholder text |
| 400 | 6B82 #6B82E1 | Disabled statesSecondary iconsMuted text |
| 500 | 415F #415FD8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2644 #2644BA | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1E36 #1E3694 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1627 #16276A | Text on light backgroundsHeadingsStrong borders |
| 900 | 0E19 #0E1944 | 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: #F2F4FC;
--charcoal-100: #E1E6F9;
--charcoal-200: #C8D1F4;
--charcoal-300: #9EADEB;
--charcoal-400: #6B82E1;
--charcoal-500: #415FD8;
--charcoal-600: #2644BA;
--charcoal-700: #1E3694;
--charcoal-800: #16276A;
--charcoal-900: #0E1944;
--charcoal-950: #090F2A;
}