Charcoal
#142C3E
BlueColor Codes
All color formats for development
HEX
#142C3ERGB
rgb(20, 44, 62)HSL
hsl(206, 51%, 16%)OKLCH
oklch(0.283 0.045 242.9)CMYK
cmyk(68%, 29%, 0%, 76%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#122737
2#102331
3#0E1F2B
4#0C1A25
5#0A161F
6#081119
7#060D12
8#04090C
9#020406
Tints
Lighter variations
1#1E425E
2#29597E
3#33709F
4#3E87BF
5#5D9BCB
6#7EAFD5
7#9EC3E0
8#BED7EA
9#DFEBF5
Tones
Muted variations
1#162B3C
2#182B39
3#1A2B37
4#1C2A35
5#1E2A33
6#202A31
7#232A2F
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 | A6C8 #A6C8E2 | BordersInactive statesPlaceholder text |
| 400 | 78AC #78ACD3 | Disabled statesSecondary iconsMuted text |
| 500 | 5294 #5294C7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 3778 #3778A9 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2C5F #2C5F87 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1F44 #1F4460 | Text on light backgroundsHeadingsStrong borders |
| 900 | 142C #142C3E | 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: #A6C8E2;
--charcoal-400: #78ACD3;
--charcoal-500: #5294C7;
--charcoal-600: #3778A9;
--charcoal-700: #2C5F87;
--charcoal-800: #1F4460;
--charcoal-900: #142C3E;
--charcoal-950: #0C1B27;
}