Charcoal
#0E1B43
BlueColor Codes
All color formats for development
HEX
#0E1B43RGB
rgb(14, 27, 67)HSL
hsl(225, 65%, 16%)OKLCH
oklch(0.238 0.078 266.8)CMYK
cmyk(79%, 60%, 0%, 74%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0D193D
2#0B1636
3#0A132F
4#091128
5#070E22
6#060B1B
7#040814
8#03060D
9#010307
Tints
Lighter variations
1#162A67
2#1D388A
3#2547AD
4#2C55D1
5#4E71DA
6#728DE1
7#95AAE9
8#B8C6F0
9#DCE3F8
Tones
Muted variations
1#111D41
2#141E3E
3#16203B
4#192139
5#1C2236
6#1E2333
7#212531
8#23262E
9#26272B
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2F5 #F2F5FC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2E7 #E2E7F9 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C8D3 #C8D3F3 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9EB1 #9EB1EA | BordersInactive statesPlaceholder text |
| 400 | 6C89 #6C89E0 | Disabled statesSecondary iconsMuted text |
| 500 | 4267 #4267D7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 274C #274CB9 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1F3C #1F3C93 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 162B #162B69 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0E1C #0E1C43 | Primary textHigh emphasis contentDark headings |
| 950 | 0911 #09112A | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F2F5FC;
--charcoal-100: #E2E7F9;
--charcoal-200: #C8D3F3;
--charcoal-300: #9EB1EA;
--charcoal-400: #6C89E0;
--charcoal-500: #4267D7;
--charcoal-600: #274CB9;
--charcoal-700: #1F3C93;
--charcoal-800: #162B69;
--charcoal-900: #0E1C43;
--charcoal-950: #09112A;
}