Charcoal
#0E2D43
BlueColor Codes
All color formats for development
HEX
#0E2D43RGB
rgb(14, 45, 67)HSL
hsl(205, 65%, 16%)OKLCH
oklch(0.286 0.054 243)CMYK
cmyk(79%, 33%, 0%, 74%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0D293D
2#0B2436
3#0A202F
4#091B28
5#071722
6#06121B
7#040E14
8#03090D
9#010507
Tints
Lighter variations
1#164567
2#1D5D8A
3#2574AD
4#2C8CD1
5#4EA0DA
6#72B3E1
7#95C6E9
8#B8D9F0
9#DCECF8
Tones
Muted variations
1#112D41
2#142C3E
3#162C3B
4#192B39
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 | C8E1 #C8E1F3 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9ECB #9ECBEA | BordersInactive statesPlaceholder text |
| 400 | 6CAF #6CAFE0 | Disabled statesSecondary iconsMuted text |
| 500 | 4299 #4299D7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 277C #277CB9 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1F63 #1F6393 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1647 #164769 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0E2D #0E2D43 | Primary textHigh emphasis contentDark headings |
| 950 | 091C #091C2A | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F2F8FC;
--charcoal-100: #E2EFF9;
--charcoal-200: #C8E1F3;
--charcoal-300: #9ECBEA;
--charcoal-400: #6CAFE0;
--charcoal-500: #4299D7;
--charcoal-600: #277CB9;
--charcoal-700: #1F6393;
--charcoal-800: #164769;
--charcoal-900: #0E2D43;
--charcoal-950: #091C2A;
}