Charcoal
#0E1643
BlueColor Codes
All color formats for development
HEX
#0E1643RGB
rgb(14, 22, 67)HSL
hsl(231, 65%, 16%)OKLCH
oklch(0.226 0.085 270.4)CMYK
cmyk(79%, 67%, 0%, 74%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0D143D
2#0B1236
3#0A102F
4#090D28
5#070B22
6#06091B
7#040714
8#03040D
9#010207
Tints
Lighter variations
1#162267
2#1D2E8A
3#2539AD
4#2C45D1
5#4E63DA
6#7282E1
7#95A2E9
8#B8C1F0
9#DCE0F8
Tones
Muted variations
1#111841
2#141A3E
3#161C3B
4#191E39
5#1C2036
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 | E2E5 #E2E5F9 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C8CF #C8CFF3 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9EAA #9EAAEA | BordersInactive statesPlaceholder text |
| 400 | 6C7D #6C7DE0 | Disabled statesSecondary iconsMuted text |
| 500 | 4258 #4258D7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 273D #273DB9 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1F31 #1F3193 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1623 #162369 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0E16 #0E1643 | Primary textHigh emphasis contentDark headings |
| 950 | 090E #090E2A | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F2F4FC;
--charcoal-100: #E2E5F9;
--charcoal-200: #C8CFF3;
--charcoal-300: #9EAAEA;
--charcoal-400: #6C7DE0;
--charcoal-500: #4258D7;
--charcoal-600: #273DB9;
--charcoal-700: #1F3193;
--charcoal-800: #162369;
--charcoal-900: #0E1643;
--charcoal-950: #090E2A;
}