Charcoal
#142B3E
BlueColor Codes
All color formats for development
HEX
#142B3ERGB
rgb(20, 43, 62)HSL
hsl(207, 51%, 16%)OKLCH
oklch(0.28 0.046 245.4)CMYK
cmyk(68%, 31%, 0%, 76%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#122737
2#102231
3#0E1E2B
4#0C1A25
5#0A151F
6#081119
7#060D12
8#04090C
9#020406
Tints
Lighter variations
1#1E415E
2#29587E
3#336E9F
4#3E85BF
5#5D99CB
6#7EAED5
7#9EC2E0
8#BED6EA
9#DFEBF5
Tones
Muted variations
1#162B3C
2#182A39
3#1A2A37
4#1C2A35
5#1E2A33
6#202A31
7#23292F
8#25292D
9#27292B
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3F8 #F3F8FB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E4EE #E4EEF6 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CDE0 #CDE0EF | Secondary backgroundsInput backgroundsDividers |
| 300 | A6C7 #A6C7E2 | BordersInactive statesPlaceholder text |
| 400 | 78AA #78AAD3 | Disabled statesSecondary iconsMuted text |
| 500 | 5292 #5292C7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 3776 #3776A9 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2C5E #2C5E87 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1F43 #1F4360 | Text on light backgroundsHeadingsStrong borders |
| 900 | 142B #142B3E | Primary textHigh emphasis contentDark headings |
| 950 | 0C1B #0C1B27 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F3F8FB;
--charcoal-100: #E4EEF6;
--charcoal-200: #CDE0EF;
--charcoal-300: #A6C7E2;
--charcoal-400: #78AAD3;
--charcoal-500: #5292C7;
--charcoal-600: #3776A9;
--charcoal-700: #2C5E87;
--charcoal-800: #1F4360;
--charcoal-900: #142B3E;
--charcoal-950: #0C1B27;
}