Charcoal
#1B3636
CyanColor Codes
All color formats for development
HEX
#1B3636RGB
rgb(27, 54, 54)HSL
hsl(180, 33%, 16%)OKLCH
oklch(0.312 0.033 195.6)CMYK
cmyk(50%, 0%, 0%, 79%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#193131
2#162B2B
3#132626
4#102121
5#0E1B1B
6#0B1616
7#081010
8#050B0B
9#030505
Tints
Lighter variations
1#2A5353
2#386F6F
3#468C8C
4#55A8A8
5#71B7B7
6#8DC6C6
7#AAD4D4
8#C6E2E2
9#E3F1F1
Tones
Muted variations
1#1D3535
2#1E3434
3#1F3232
4#213131
5#223030
6#232E2E
7#252D2D
8#262B2B
9#272A2A
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F5FA #F5FAFA | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E7F3 #E7F3F3 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D3E9 #D3E9E9 | Secondary backgroundsInput backgroundsDividers |
| 300 | B1D8 #B1D8D8 | BordersInactive statesPlaceholder text |
| 400 | 88C3 #88C3C3 | Disabled statesSecondary iconsMuted text |
| 500 | 66B2 #66B2B2 | Primary brand colorCTAsActive elementsLinks |
| 600 | 4B95 #4B9595 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3C77 #3C7777 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2B55 #2B5555 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1B36 #1B3636 | Primary textHigh emphasis contentDark headings |
| 950 | 1122 #112222 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F5FAFA;
--charcoal-100: #E7F3F3;
--charcoal-200: #D3E9E9;
--charcoal-300: #B1D8D8;
--charcoal-400: #88C3C3;
--charcoal-500: #66B2B2;
--charcoal-600: #4B9595;
--charcoal-700: #3C7777;
--charcoal-800: #2B5555;
--charcoal-900: #1B3636;
--charcoal-950: #112222;
}