Charcoal
#16363B
CyanColor Codes
All color formats for development
HEX
#16363BRGB
rgb(22, 54, 59)HSL
hsl(188, 46%, 16%)OKLCH
oklch(0.311 0.038 208.9)CMYK
cmyk(63%, 8%, 0%, 77%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#143136
2#122C30
3#0F262A
4#0D2124
5#0B1B1E
6#091618
7#071012
8#040B0C
9#020506
Tints
Lighter variations
1#22535B
2#2D707A
3#398D99
4#44A9B9
5#63B8C5
6#82C6D1
7#A1D4DC
8#C0E3E8
9#E0F1F3
Tones
Muted variations
1#18353A
2#1A3438
3#1C3236
4#1E3134
5#1F3032
6#212E30
7#232D2E
8#252C2D
9#272A2B
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4FA #F4FAFB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E5F3 #E5F3F5 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CFE9 #CFE9ED | Secondary backgroundsInput backgroundsDividers |
| 300 | A9D8 #A9D8DF | BordersInactive statesPlaceholder text |
| 400 | 7DC4 #7DC4CF | Disabled statesSecondary iconsMuted text |
| 500 | 57B3 #57B3C1 | Primary brand colorCTAsActive elementsLinks |
| 600 | 3D96 #3D96A4 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3077 #307782 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2255 #22555D | Text on light backgroundsHeadingsStrong borders |
| 900 | 1637 #16373C | Primary textHigh emphasis contentDark headings |
| 950 | 0E22 #0E2225 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F4FAFB;
--charcoal-100: #E5F3F5;
--charcoal-200: #CFE9ED;
--charcoal-300: #A9D8DF;
--charcoal-400: #7DC4CF;
--charcoal-500: #57B3C1;
--charcoal-600: #3D96A4;
--charcoal-700: #307782;
--charcoal-800: #22555D;
--charcoal-900: #16373C;
--charcoal-950: #0E2225;
}