Charcoal
#1B3136
CyanColor Codes
All color formats for development
HEX
#1B3136RGB
rgb(27, 49, 54)HSL
hsl(191, 33%, 16%)OKLCH
oklch(0.297 0.029 213.8)CMYK
cmyk(50%, 9%, 0%, 79%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#192C31
2#16272B
3#132326
4#101E21
5#0E191B
6#0B1416
7#080F10
8#050A0B
9#030505
Tints
Lighter variations
1#2A4B53
2#38656F
3#467F8C
4#5599A8
5#71AAB7
6#8DBBC6
7#AACCD4
8#C6DDE2
9#E3EEF1
Tones
Muted variations
1#1D3035
2#1E3034
3#1F2F32
4#212E31
5#222D30
6#232C2E
7#252B2D
8#262B2B
9#272A2A
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F5F9 #F5F9FA | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E7F1 #E7F1F3 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D3E5 #D3E5E9 | Secondary backgroundsInput backgroundsDividers |
| 300 | B1D1 #B1D1D8 | BordersInactive statesPlaceholder text |
| 400 | 88B8 #88B8C3 | Disabled statesSecondary iconsMuted text |
| 500 | 66A4 #66A4B2 | Primary brand colorCTAsActive elementsLinks |
| 600 | 4B88 #4B8895 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3C6C #3C6C77 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2B4D #2B4D55 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1B31 #1B3136 | Primary textHigh emphasis contentDark headings |
| 950 | 111F #111F22 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F5F9FA;
--charcoal-100: #E7F1F3;
--charcoal-200: #D3E5E9;
--charcoal-300: #B1D1D8;
--charcoal-400: #88B8C3;
--charcoal-500: #66A4B2;
--charcoal-600: #4B8895;
--charcoal-700: #3C6C77;
--charcoal-800: #2B4D55;
--charcoal-900: #1B3136;
--charcoal-950: #111F22;
}