Charcoal
#0E1443
BlueColor Codes
All color formats for development
HEX
#0E1443RGB
rgb(14, 20, 67)HSL
hsl(233, 65%, 16%)OKLCH
oklch(0.222 0.088 271.5)CMYK
cmyk(79%, 70%, 0%, 74%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0D123D
2#0B1036
3#0A0E2F
4#090C28
5#070A22
6#06081B
7#040614
8#03040D
9#010207
Tints
Lighter variations
1#161F67
2#1D2A8A
3#2535AD
4#2C3FD1
5#4E5FDA
6#727FE1
7#959FE9
8#B8BFF0
9#DCDFF8
Tones
Muted variations
1#111741
2#14193E
3#161B3B
4#191D39
5#1C1F36
6#1E2133
7#212331
8#23252E
9#26272B
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2F4 #F2F4FC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2E4 #E2E4F9 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C8CD #C8CDF3 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9EA7 #9EA7EA | BordersInactive statesPlaceholder text |
| 400 | 6C79 #6C79E0 | Disabled statesSecondary iconsMuted text |
| 500 | 4253 #4253D7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2738 #2738B9 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1F2D #1F2D93 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1620 #162069 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0E14 #0E1443 | Primary textHigh emphasis contentDark headings |
| 950 | 090D #090D2A | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F2F4FC;
--charcoal-100: #E2E4F9;
--charcoal-200: #C8CDF3;
--charcoal-300: #9EA7EA;
--charcoal-400: #6C79E0;
--charcoal-500: #4253D7;
--charcoal-600: #2738B9;
--charcoal-700: #1F2D93;
--charcoal-800: #162069;
--charcoal-900: #0E1443;
--charcoal-950: #090D2A;
}