Charcoal
#16343B
CyanColor Codes
All color formats for development
HEX
#16343BRGB
rgb(22, 52, 59)HSL
hsl(191, 46%, 16%)OKLCH
oklch(0.305 0.038 215)CMYK
cmyk(63%, 12%, 0%, 77%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#142F36
2#122A30
3#0F252A
4#0D2024
5#0B1A1E
6#091518
7#071012
8#040B0C
9#020506
Tints
Lighter variations
1#22505B
2#2D6C7A
3#398899
4#44A3B9
5#63B3C5
6#82C2D1
7#A1D1DC
8#C0E1E8
9#E0F0F3
Tones
Muted variations
1#18333A
2#1A3238
3#1C3136
4#1E3034
5#1F2F32
6#212E30
7#232C2E
8#252B2D
9#272A2B
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4FA #F4FAFB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E5F2 #E5F2F5 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CFE8 #CFE8ED | Secondary backgroundsInput backgroundsDividers |
| 300 | A9D5 #A9D5DF | BordersInactive statesPlaceholder text |
| 400 | 7DC0 #7DC0CF | Disabled statesSecondary iconsMuted text |
| 500 | 57AE #57AEC1 | Primary brand colorCTAsActive elementsLinks |
| 600 | 3D91 #3D91A4 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3073 #307382 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2252 #22525D | Text on light backgroundsHeadingsStrong borders |
| 900 | 1635 #16353C | Primary textHigh emphasis contentDark headings |
| 950 | 0E21 #0E2125 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F4FAFB;
--charcoal-100: #E5F2F5;
--charcoal-200: #CFE8ED;
--charcoal-300: #A9D5DF;
--charcoal-400: #7DC0CF;
--charcoal-500: #57AEC1;
--charcoal-600: #3D91A4;
--charcoal-700: #307382;
--charcoal-800: #22525D;
--charcoal-900: #16353C;
--charcoal-950: #0E2125;
}