Charcoal
#0E2E43
BlueColor Codes
All color formats for development
HEX
#0E2E43RGB
rgb(14, 46, 67)HSL
hsl(204, 65%, 16%)OKLCH
oklch(0.289 0.053 241)CMYK
cmyk(79%, 31%, 0%, 74%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0D293D
2#0B2536
3#0A202F
4#091C28
5#071722
6#06121B
7#040E14
8#03090D
9#010507
Tints
Lighter variations
1#164667
2#1D5F8A
3#2577AD
4#2C8FD1
5#4EA2DA
6#72B4E1
7#95C7E9
8#B8DAF0
9#DCECF8
Tones
Muted variations
1#112E41
2#142D3E
3#162D3B
4#192C39
5#1C2B36
6#1E2B33
7#212A31
8#232A2E
9#26292B
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2F8 #F2F8FC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2EF #E2EFF9 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C8E2 #C8E2F3 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9ECC #9ECCEA | BordersInactive statesPlaceholder text |
| 400 | 6CB1 #6CB1E0 | Disabled statesSecondary iconsMuted text |
| 500 | 429B #429BD7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 277F #277FB9 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1F65 #1F6593 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1648 #164869 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0E2E #0E2E43 | Primary textHigh emphasis contentDark headings |
| 950 | 091D #091D2A | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F2F8FC;
--charcoal-100: #E2EFF9;
--charcoal-200: #C8E2F3;
--charcoal-300: #9ECCEA;
--charcoal-400: #6CB1E0;
--charcoal-500: #429BD7;
--charcoal-600: #277FB9;
--charcoal-700: #1F6593;
--charcoal-800: #164869;
--charcoal-900: #0E2E43;
--charcoal-950: #091D2A;
}