Charcoal
#16363C
CyanColor Codes
All color formats for development
HEX
#16363CRGB
rgb(22, 54, 60)HSL
hsl(189, 46%, 16%)OKLCH
oklch(0.312 0.039 211.4)CMYK
cmyk(63%, 10%, 0%, 76%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#143136
2#122B30
3#0F262A
4#0D2024
5#0B1B1E
6#091618
7#071012
8#040B0C
9#020506
Tints
Lighter variations
1#22525B
2#2D6F7A
3#398B99
4#44A7B9
5#63B6C5
6#82C5D1
7#A1D3DC
8#C0E2E8
9#E0F0F3
Tones
Muted variations
1#18353A
2#1A3338
3#1C3236
4#1E3134
5#1F2F32
6#212E30
7#232D2E
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 | E5F3 #E5F3F5 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CFE9 #CFE9ED | Secondary backgroundsInput backgroundsDividers |
| 300 | A9D7 #A9D7DF | BordersInactive statesPlaceholder text |
| 400 | 7DC2 #7DC2CF | Disabled statesSecondary iconsMuted text |
| 500 | 57B1 #57B1C1 | Primary brand colorCTAsActive elementsLinks |
| 600 | 3D94 #3D94A4 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3076 #307682 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2254 #22545D | Text on light backgroundsHeadingsStrong borders |
| 900 | 1636 #16363C | 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: #A9D7DF;
--charcoal-400: #7DC2CF;
--charcoal-500: #57B1C1;
--charcoal-600: #3D94A4;
--charcoal-700: #307682;
--charcoal-800: #22545D;
--charcoal-900: #16363C;
--charcoal-950: #0E2225;
}