Charcoal
#162F3B
BlueColor Codes
All color formats for development
HEX
#162F3BRGB
rgb(22, 47, 59)HSL
hsl(199, 46%, 16%)OKLCH
oklch(0.291 0.038 230.8)CMYK
cmyk(63%, 20%, 0%, 77%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#142B36
2#122630
3#0F212A
4#0D1D24
5#0B181E
6#091318
7#070E12
8#040A0C
9#020506
Tints
Lighter variations
1#22495B
2#2D627A
3#397B99
4#4494B9
5#63A6C5
6#82B8D1
7#A1CADC
8#C0DBE8
9#E0EDF3
Tones
Muted variations
1#182F3A
2#1A2E38
3#1C2E36
4#1E2D34
5#1F2C32
6#212C30
7#232B2E
8#252A2D
9#27292B
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4F9 #F4F9FB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E5F0 #E5F0F5 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CFE3 #CFE3ED | Secondary backgroundsInput backgroundsDividers |
| 300 | A9CE #A9CEDF | BordersInactive statesPlaceholder text |
| 400 | 7DB5 #7DB5CF | Disabled statesSecondary iconsMuted text |
| 500 | 57A0 #57A0C1 | Primary brand colorCTAsActive elementsLinks |
| 600 | 3D83 #3D83A4 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3068 #306882 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 224B #224B5D | Text on light backgroundsHeadingsStrong borders |
| 900 | 1630 #16303C | Primary textHigh emphasis contentDark headings |
| 950 | 0E1E #0E1E25 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F4F9FB;
--charcoal-100: #E5F0F5;
--charcoal-200: #CFE3ED;
--charcoal-300: #A9CEDF;
--charcoal-400: #7DB5CF;
--charcoal-500: #57A0C1;
--charcoal-600: #3D83A4;
--charcoal-700: #306882;
--charcoal-800: #224B5D;
--charcoal-900: #16303C;
--charcoal-950: #0E1E25;
}