Charcoal
#0E2C44
BlueColor Codes
All color formats for development
HEX
#0E2C44RGB
rgb(14, 44, 68)HSL
hsl(207, 66%, 16%)OKLCH
oklch(0.284 0.057 245.9)CMYK
cmyk(79%, 35%, 0%, 73%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0C273D
2#0B2336
3#0A1E2F
4#081A29
5#071622
6#06111B
7#040D14
8#03090E
9#010407
Tints
Lighter variations
1#154267
2#1C598B
3#2470AE
4#2B87D2
5#4D9BDB
6#71AFE2
7#94C3E9
8#B8D7F0
9#DBEBF8
Tones
Muted variations
1#112B41
2#132B3E
3#162B3C
4#192A39
5#1B2A36
6#1E2A34
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 | E1EE #E1EEF9 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C8E0 #C8E0F4 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9EC8 #9EC8EB | BordersInactive statesPlaceholder text |
| 400 | 6BAC #6BACE1 | Disabled statesSecondary iconsMuted text |
| 500 | 4194 #4194D8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2678 #2678BA | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1E5F #1E5F94 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1644 #16446A | Text on light backgroundsHeadingsStrong borders |
| 900 | 0E2B #0E2B44 | 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: #E1EEF9;
--charcoal-200: #C8E0F4;
--charcoal-300: #9EC8EB;
--charcoal-400: #6BACE1;
--charcoal-500: #4194D8;
--charcoal-600: #2678BA;
--charcoal-700: #1E5F94;
--charcoal-800: #16446A;
--charcoal-900: #0E2B44;
--charcoal-950: #091B2A;
}