Charcoal
#0E1A43
BlueColor Codes
All color formats for development
HEX
#0E1A43RGB
rgb(14, 26, 67)HSL
hsl(226, 65%, 16%)OKLCH
oklch(0.236 0.079 267.6)CMYK
cmyk(79%, 61%, 0%, 74%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0D183D
2#0B1536
3#0A132F
4#091028
5#070D22
6#060B1B
7#040814
8#03050D
9#010307
Tints
Lighter variations
1#162967
2#1D378A
3#2545AD
4#2C53D1
5#4E6FDA
6#728CE1
7#95A8E9
8#B8C5F0
9#DCE2F8
Tones
Muted variations
1#111C41
2#141D3E
3#161F3B
4#192039
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 | C8D2 #C8D2F3 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9EB0 #9EB0EA | BordersInactive statesPlaceholder text |
| 400 | 6C87 #6C87E0 | Disabled statesSecondary iconsMuted text |
| 500 | 4264 #4264D7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2749 #2749B9 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1F3A #1F3A93 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 162A #162A69 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0E1B #0E1B43 | 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: #C8D2F3;
--charcoal-300: #9EB0EA;
--charcoal-400: #6C87E0;
--charcoal-500: #4264D7;
--charcoal-600: #2749B9;
--charcoal-700: #1F3A93;
--charcoal-800: #162A69;
--charcoal-900: #0E1B43;
--charcoal-950: #09112A;
}