Charcoal
#0E1943
BlueColor Codes
All color formats for development
HEX
#0E1943RGB
rgb(14, 25, 67)HSL
hsl(228, 65%, 16%)OKLCH
oklch(0.233 0.081 268.3)CMYK
cmyk(79%, 63%, 0%, 74%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0D163D
2#0B1436
3#0A112F
4#090F28
5#070C22
6#060A1B
7#040714
8#03050D
9#010207
Tints
Lighter variations
1#162667
2#1D338A
3#2540AD
4#2C4DD1
5#4E6ADA
6#7288E1
7#95A6E9
8#B8C3F0
9#DCE1F8
Tones
Muted variations
1#111A41
2#141C3E
3#161E3B
4#191F39
5#1C2136
6#1E2233
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 | E2E6 #E2E6F9 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C8D1 #C8D1F3 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9EAD #9EADEA | BordersInactive statesPlaceholder text |
| 400 | 6C83 #6C83E0 | Disabled statesSecondary iconsMuted text |
| 500 | 425F #425FD7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2744 #2744B9 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1F36 #1F3693 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1627 #162769 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0E19 #0E1943 | 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: #E2E6F9;
--charcoal-200: #C8D1F3;
--charcoal-300: #9EADEA;
--charcoal-400: #6C83E0;
--charcoal-500: #425FD7;
--charcoal-600: #2744B9;
--charcoal-700: #1F3693;
--charcoal-800: #162769;
--charcoal-900: #0E1943;
--charcoal-950: #09102A;
}