Charcoal
#0E1343
BlueColor Codes
All color formats for development
HEX
#0E1343RGB
rgb(14, 19, 67)HSL
hsl(234, 65%, 16%)OKLCH
oklch(0.22 0.09 272)CMYK
cmyk(79%, 72%, 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#161E67
2#1D288A
3#2532AD
4#2C3DD1
5#4E5CDA
6#727DE1
7#959DE9
8#B8BEF0
9#DCDEF8
Tones
Muted variations
1#111641
2#14183E
3#161A3B
4#191C39
5#1C1E36
6#1E2033
7#212231
8#23252E
9#26272B
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2F3 #F2F3FC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2E4 #E2E4F9 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C8CD #C8CDF3 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9EA6 #9EA6EA | BordersInactive statesPlaceholder text |
| 400 | 6C77 #6C77E0 | Disabled statesSecondary iconsMuted text |
| 500 | 4251 #4251D7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2736 #2736B9 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1F2B #1F2B93 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 161F #161F69 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0E14 #0E1443 | Primary textHigh emphasis contentDark headings |
| 950 | 090C #090C2A | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F2F3FC;
--charcoal-100: #E2E4F9;
--charcoal-200: #C8CDF3;
--charcoal-300: #9EA6EA;
--charcoal-400: #6C77E0;
--charcoal-500: #4251D7;
--charcoal-600: #2736B9;
--charcoal-700: #1F2B93;
--charcoal-800: #161F69;
--charcoal-900: #0E1443;
--charcoal-950: #090C2A;
}