Charcoal
#142F3E
BlueColor Codes
All color formats for development
HEX
#142F3ERGB
rgb(20, 47, 62)HSL
hsl(201, 51%, 16%)OKLCH
oklch(0.291 0.043 235.2)CMYK
cmyk(68%, 24%, 0%, 76%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#122A37
2#102631
3#0E212B
4#0C1C25
5#0A181F
6#081319
7#060E12
8#04090C
9#020506
Tints
Lighter variations
1#1E485E
2#29607E
3#33799F
4#3E92BF
5#5DA4CB
6#7EB6D5
7#9EC9E0
8#BEDBEA
9#DFEDF5
Tones
Muted variations
1#162E3C
2#182E39
3#1A2D37
4#1C2D35
5#1E2C33
6#202B31
7#232B2F
8#252A2D
9#27292B
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3F9 #F3F9FB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E4F0 #E4F0F6 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CDE3 #CDE3EF | Secondary backgroundsInput backgroundsDividers |
| 300 | A6CD #A6CDE2 | BordersInactive statesPlaceholder text |
| 400 | 78B3 #78B3D3 | Disabled statesSecondary iconsMuted text |
| 500 | 529E #529EC7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 3781 #3781A9 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2C67 #2C6787 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1F4A #1F4A60 | Text on light backgroundsHeadingsStrong borders |
| 900 | 142F #142F3E | Primary textHigh emphasis contentDark headings |
| 950 | 0C1D #0C1D27 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F3F9FB;
--charcoal-100: #E4F0F6;
--charcoal-200: #CDE3EF;
--charcoal-300: #A6CDE2;
--charcoal-400: #78B3D3;
--charcoal-500: #529EC7;
--charcoal-600: #3781A9;
--charcoal-700: #2C6787;
--charcoal-800: #1F4A60;
--charcoal-900: #142F3E;
--charcoal-950: #0C1D27;
}