Charcoal
#1B2C36
BlueColor Codes
All color formats for development
HEX
#1B2C36RGB
rgb(27, 44, 54)HSL
hsl(202, 33%, 16%)OKLCH
oklch(0.283 0.029 235)CMYK
cmyk(50%, 19%, 0%, 79%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#192831
2#16242B
3#131F26
4#101B21
5#0E161B
6#0B1216
7#080D10
8#05090B
9#030405
Tints
Lighter variations
1#2A4453
2#385B6F
3#46728C
4#558AA8
5#719DB7
6#8DB1C6
7#AAC4D4
8#C6D8E2
9#E3EBF1
Tones
Muted variations
1#1D2C35
2#1E2C34
3#1F2B32
4#212B31
5#222B30
6#232A2E
7#252A2D
8#262A2B
9#27292A
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F5F8 #F5F8FA | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E7EF #E7EFF3 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D3E1 #D3E1E9 | Secondary backgroundsInput backgroundsDividers |
| 300 | B1CA #B1CAD8 | BordersInactive statesPlaceholder text |
| 400 | 88AE #88AEC3 | Disabled statesSecondary iconsMuted text |
| 500 | 6696 #6696B2 | Primary brand colorCTAsActive elementsLinks |
| 600 | 4B7A #4B7A95 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3C61 #3C6177 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2B45 #2B4555 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1B2C #1B2C36 | Primary textHigh emphasis contentDark headings |
| 950 | 111C #111C22 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F5F8FA;
--charcoal-100: #E7EFF3;
--charcoal-200: #D3E1E9;
--charcoal-300: #B1CAD8;
--charcoal-400: #88AEC3;
--charcoal-500: #6696B2;
--charcoal-600: #4B7A95;
--charcoal-700: #3C6177;
--charcoal-800: #2B4555;
--charcoal-900: #1B2C36;
--charcoal-950: #111C22;
}