Charcoal
#0E2B43
BlueColor Codes
All color formats for development
HEX
#0E2B43RGB
rgb(14, 43, 67)HSL
hsl(207, 65%, 16%)OKLCH
oklch(0.28 0.056 246.6)CMYK
cmyk(79%, 36%, 0%, 74%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0D273D
2#0B2336
3#0A1E2F
4#091A28
5#071622
6#06111B
7#040D14
8#03090D
9#010407
Tints
Lighter variations
1#164267
2#1D598A
3#2570AD
4#2C87D1
5#4E9BDA
6#72AFE1
7#95C3E9
8#B8D7F0
9#DCEBF8
Tones
Muted variations
1#112B41
2#142B3E
3#162B3B
4#192A39
5#1C2A36
6#1E2A33
7#212A31
8#23292E
9#26292B
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2F8 #F2F8FC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2EE #E2EEF9 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C8E0 #C8E0F3 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9EC8 #9EC8EA | BordersInactive statesPlaceholder text |
| 400 | 6CAC #6CACE0 | Disabled statesSecondary iconsMuted text |
| 500 | 4294 #4294D7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2777 #2777B9 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1F5F #1F5F93 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1644 #164469 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0E2B #0E2B43 | Primary textHigh emphasis contentDark headings |
| 950 | 091B #091B2A | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F2F8FC;
--charcoal-100: #E2EEF9;
--charcoal-200: #C8E0F3;
--charcoal-300: #9EC8EA;
--charcoal-400: #6CACE0;
--charcoal-500: #4294D7;
--charcoal-600: #2777B9;
--charcoal-700: #1F5F93;
--charcoal-800: #164469;
--charcoal-900: #0E2B43;
--charcoal-950: #091B2A;
}