Charcoal
#1B3436
CyanColor Codes
All color formats for development
HEX
#1B3436RGB
rgb(27, 52, 54)HSL
hsl(184, 33%, 16%)OKLCH
oklch(0.306 0.031 202.3)CMYK
cmyk(50%, 4%, 0%, 79%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#192F31
2#162A2B
3#132526
4#101F21
5#0E1A1B
6#0B1516
7#081010
8#050A0B
9#030505
Tints
Lighter variations
1#2A5053
2#386C6F
3#46878C
4#55A3A8
5#71B3B7
6#8DC2C6
7#AAD1D4
8#C6E0E2
9#E3F0F1
Tones
Muted variations
1#1D3335
2#1E3234
3#1F3132
4#213031
5#222F30
6#232D2E
7#252C2D
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 | E7F2 #E7F2F3 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D3E7 #D3E7E9 | Secondary backgroundsInput backgroundsDividers |
| 300 | B1D5 #B1D5D8 | BordersInactive statesPlaceholder text |
| 400 | 88BF #88BFC3 | Disabled statesSecondary iconsMuted text |
| 500 | 66AD #66ADB2 | Primary brand colorCTAsActive elementsLinks |
| 600 | 4B90 #4B9095 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3C73 #3C7377 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2B52 #2B5255 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1B34 #1B3436 | Primary textHigh emphasis contentDark headings |
| 950 | 1121 #112122 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F5FAFA;
--charcoal-100: #E7F2F3;
--charcoal-200: #D3E7E9;
--charcoal-300: #B1D5D8;
--charcoal-400: #88BFC3;
--charcoal-500: #66ADB2;
--charcoal-600: #4B9095;
--charcoal-700: #3C7377;
--charcoal-800: #2B5255;
--charcoal-900: #1B3436;
--charcoal-950: #112122;
}