Charcoal
#142D3E
BlueColor Codes
All color formats for development
HEX
#142D3ERGB
rgb(20, 45, 62)HSL
hsl(204, 51%, 16%)OKLCH
oklch(0.286 0.044 240.4)CMYK
cmyk(68%, 27%, 0%, 76%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#122837
2#102431
3#0E1F2B
4#0C1B25
5#0A161F
6#081219
7#060D12
8#04090C
9#020406
Tints
Lighter variations
1#1E455E
2#295C7E
3#33749F
4#3E8BBF
5#5D9FCB
6#7EB2D5
7#9EC5E0
8#BED9EA
9#DFECF5
Tones
Muted variations
1#162D3C
2#182C39
3#1A2C37
4#1C2B35
5#1E2B33
6#202A31
7#232A2F
8#252A2D
9#27292B
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3F8 #F3F8FB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E4EF #E4EFF6 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CDE1 #CDE1EF | Secondary backgroundsInput backgroundsDividers |
| 300 | A6CA #A6CAE2 | BordersInactive statesPlaceholder text |
| 400 | 78AF #78AFD3 | Disabled statesSecondary iconsMuted text |
| 500 | 5298 #5298C7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 377C #377CA9 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2C62 #2C6287 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1F46 #1F4660 | Text on light backgroundsHeadingsStrong borders |
| 900 | 142D #142D3E | Primary textHigh emphasis contentDark headings |
| 950 | 0C1C #0C1C27 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F3F8FB;
--charcoal-100: #E4EFF6;
--charcoal-200: #CDE1EF;
--charcoal-300: #A6CAE2;
--charcoal-400: #78AFD3;
--charcoal-500: #5298C7;
--charcoal-600: #377CA9;
--charcoal-700: #2C6287;
--charcoal-800: #1F4660;
--charcoal-900: #142D3E;
--charcoal-950: #0C1C27;
}