Charcoal
#0E1A44
BlueColor Codes
All color formats for development
HEX
#0E1A44RGB
rgb(14, 26, 68)HSL
hsl(227, 66%, 16%)OKLCH
oklch(0.236 0.081 267.7)CMYK
cmyk(79%, 62%, 0%, 73%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0C173D
2#0B1436
3#0A122F
4#080F29
5#070D22
6#060A1B
7#040814
8#03050E
9#010307
Tints
Lighter variations
1#152767
2#1C348B
3#2442AE
4#2B4FD2
5#4D6CDB
6#7189E2
7#94A7E9
8#B8C4F0
9#DBE2F8
Tones
Muted variations
1#111B41
2#131D3E
3#161E3C
4#192039
5#1B2136
6#1E2334
7#212431
8#23262E
9#26272B
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2F4 #F2F4FC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E1E6 #E1E6F9 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C8D1 #C8D1F4 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9EAE #9EAEEB | BordersInactive statesPlaceholder text |
| 400 | 6B84 #6B84E1 | Disabled statesSecondary iconsMuted text |
| 500 | 4161 #4161D8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2646 #2646BA | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1E38 #1E3894 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1628 #16286A | Text on light backgroundsHeadingsStrong borders |
| 900 | 0E1A #0E1A44 | Primary textHigh emphasis contentDark headings |
| 950 | 0910 #09102A | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F2F4FC;
--charcoal-100: #E1E6F9;
--charcoal-200: #C8D1F4;
--charcoal-300: #9EAEEB;
--charcoal-400: #6B84E1;
--charcoal-500: #4161D8;
--charcoal-600: #2646BA;
--charcoal-700: #1E3894;
--charcoal-800: #16286A;
--charcoal-900: #0E1A44;
--charcoal-950: #09102A;
}